Skip to content

Commit

Permalink
Compile merged Regulations and Guidelines (#1199)
Browse files Browse the repository at this point in the history
Add html with the merged flag.

The new option generates a `full.html.erb` file in the output dir. So
now we have three html files, two for the separated documents and one
for the merged version.

See thewca/worldcubeassociation.org#9541 and
thewca/wca-regulations-compiler#28.
  • Loading branch information
Nanush7 committed Jun 13, 2024
1 parent 0fb4e5d commit df303bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-to-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
git_hash=$(git rev-parse --short "$GITHUB_SHA")
wrc --target=json -g $git_hash -o $outputdir .
wrc --target=html -g $git_hash -o $outputdir .
wrc --target=html --merged -g $git_hash -o $outputdir .
wrc --target=pdf -g $git_hash -o $outputdir .
# Update version
echo "$git_hash" > $outputdir/version
Expand Down

0 comments on commit df303bd

Please sign in to comment.