We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 259de74 commit b379423Copy full SHA for b379423
.github/workflows/docs.yml
@@ -56,7 +56,7 @@ jobs:
56
if: env.PUBLISH == 'true'
57
uses: jakejarvis/s3-sync-action@v0.5.1
58
with:
59
- args: --acl public-read --follow-symlinks --delete
+ args: --follow-symlinks --delete
60
env:
61
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
62
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
0 commit comments