Skip to content

Commit

Permalink
Ensure that self-check always uses latest build
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheman committed Sep 18, 2024
1 parent 60aa7bc commit 9307f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-pages
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ run copyPdf cp -rp build/pdf build/microsite/output
run copyStandalone cp -rp build/html5/images build/microsite/output \
&& mkdir -p build/microsite/output/single-page/ \
&& cp -p build/html5/arc42/hsc_arc42.html build/microsite/output/single-page/hsc_arc42-single-page.html
run htmlSanityCheck "(cd self-check && ../gradlew htmlSanityCheck)"
run htmlSanityCheck "(cd self-check && ../gradlew htmlSanityCheck --refresh-dependencies)"
run copyCheckResult cp -rp build/reports/htmlchecks build/microsite/output
run fixDocLinks "sed -i .bak \
-e 's, href=\"${PWD}/build/microsite/output/, href=\"../,g' \
Expand Down

0 comments on commit 9307f2e

Please sign in to comment.