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 b87b972 commit c2923bfCopy full SHA for c2923bf
.github/workflows/docs.yml
@@ -62,7 +62,7 @@ jobs:
62
if: env.PUBLISH == 'true'
63
uses: jakejarvis/s3-sync-action@master
64
with:
65
- args: --acl public-read --follow-symlinks --delete
+ args: --follow-symlinks --delete
66
env:
67
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
68
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
0 commit comments