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 a59e6cb + 58ff822 commit cb1d27fCopy full SHA for cb1d27f
.github/workflows/deploy.yml
@@ -100,6 +100,7 @@ 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" \
@@ -108,6 +109,7 @@ jobs:
108
109
--content-type="image/webp" \
110
public s3://${{ env.DOCS_S3_BUCKET }}/
111
112
113
114
--exclude "*.webp" \
115
0 commit comments