Skip to content

Commit 0b496a3

Browse files
committed
Update ACL
1 parent c03d9cf commit 0b496a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Sync content/ directory to S3
2020
uses: jakejarvis/s3-sync-action@v0.5.1
2121
with:
22-
args: --follow-symlinks --delete
22+
args: --acl public-read --follow-symlinks --delete
2323
env:
2424
AWS_S3_BUCKET: pydis-static-assets
2525
AWS_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY }}

0 commit comments

Comments
 (0)