Skip to content

Commit

Permalink
Make bucket upload public
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Electron committed Jan 31, 2025
1 parent bc42c21 commit 0da82c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-docs-to-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:

# ----------- Upload Docs to S3 -----------
- name: Upload Rust docs to S3
run: aws s3 sync generated-docs s3://$S3_BUCKET/${{ github.ref_name }}.tar.gz --delete
run: aws s3 sync generated-docs s3://$S3_BUCKET/${{ github.ref_name }}.tar.gz --delete --acl public-read

0 comments on commit 0da82c4

Please sign in to comment.