Skip to content

Commit

Permalink
make sure html and pdf files can be read from the bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
FinnIckler committed Jan 30, 2024
1 parent 0cf9da6 commit 1da0930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
# Update version
git_hash=$(git rev-parse --short "$GITHUB_SHA")
echo "$git_hash" > $outputdir/version
aws s3 sync $outputdir s3://wca-regulations/
aws s3 sync $outputdir s3://wca-regulations/ --acl public-read

0 comments on commit 1da0930

Please sign in to comment.