Skip to content

Commit 3433acc

Browse files
authored
Update quick_build.yml
Attempting to fix yaml syntax.
1 parent 6d34209 commit 3433acc

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/quick_build.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,14 @@ jobs:
9999
- name: Outstanding TDs
100100
id: tds
101101
run: |
102-
# make effective
103-
# PP_XML=output/effective.xml RNG_OUT=output/TDValidationReport.txt make validate || true
102+
# make effective
103+
# PP_XML=output/effective.xml RNG_OUT=output/TDValidationReport.txt make validate || true
104104
if [ "${{steps.extract_branch.outputs.branch}}" == "master" ] &&
105105
ls input/tds/*.xml ; then
106106
echo "Master branch should not have TDs" >> output/TDValidationReport.txt
107107
fi
108-
# PP_XML=output/effective.xml PP_RELEASE_HTML=output/AppliedTDs.html make release
109-
# java -jar ExecuteDaisy-master/*.jar output/*-release.html output/AppliedTDs.html --file=output/AppliedTDs-Diff.html
110-
108+
# PP_XML=output/effective.xml PP_RELEASE_HTML=output/AppliedTDs.html make release
109+
# java -jar ExecuteDaisy-master/*.jar output/*-release.html output/AppliedTDs.html --file=output/AppliedTDs-Diff.html
111110

112111
- name: Set TD badge attributes
113112
run: |

0 commit comments

Comments
 (0)