Skip to content

Commit 45cad6a

Browse files
Update to Quick Build 4.5 20241220
1 parent 5012c1c commit 45cad6a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/quick_build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: QuickBuild v4.4
1+
name: QuickBuild v4.5 20241220
22

33
on:
44
push:
@@ -99,15 +99,15 @@ 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
104102
if [ "${{steps.extract_branch.outputs.branch}}" == "master" ] &&
105103
ls input/tds/*.xml ; then
106104
echo "Master branch should not have TDs" >> output/TDValidationReport.txt
107105
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-
106+
# make effective
107+
# PP_XML=output/effective.xml RNG_OUT=output/TDValidationReport.txt make validate || true
108+
# IF STATEMENT HERE
109+
# PP_XML=output/effective.xml PP_RELEASE_HTML=output/AppliedTDs.html make release
110+
# java -jar ExecuteDaisy-master/*.jar output/*-release.html output/AppliedTDs.html --file=output/AppliedTDs-Diff.html
111111

112112
- name: Set TD badge attributes
113113
run: |

0 commit comments

Comments
 (0)