Skip to content

Commit

Permalink
Build Merged PDF File (#1205)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanush7 authored Aug 6, 2024
1 parent e66805e commit e4065c2
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 @@ -35,6 +35,7 @@ jobs:
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 .
wrc --target=pdf --merged -g $git_hash -o $outputdir .
# Update version
echo "$git_hash" > $outputdir/version
aws s3 sync $outputdir s3://wca-regulations/ --acl public-read

0 comments on commit e4065c2

Please sign in to comment.