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.
2 parents c2f6f03 + 8486eaa commit a59e6cbCopy full SHA for a59e6cb
.github/workflows/deploy.yml
@@ -100,7 +100,6 @@ jobs:
100
if: ${{ env.DOCS_S3_BUCKET != '' }}
101
run: |
102
aws --region ${{ env.DOCS_AWS_REGION }} s3 sync \
103
- --acl public-read \
104
--delete \
105
--exclude "*" \
106
--include "*.webp" \
@@ -109,7 +108,6 @@ jobs:
109
108
--content-type="image/webp" \
110
public s3://${{ env.DOCS_S3_BUCKET }}/
111
112
113
114
--exclude "*.webp" \
115
0 commit comments