Skip to content

Commit

Permalink
Merge branch 'draft' into invalid-attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterKoala authored Oct 30, 2024
2 parents 8c2bcf0 + ee62931 commit bf3c403
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 33 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
Loading

0 comments on commit bf3c403

Please sign in to comment.