Skip to content

Commit cb1d27f

Browse files
authored
Merge pull request #23472 from thaJeztah/revert_s3_deploy
Revert "ci: fix s3 upload"
2 parents a59e6cb + 58ff822 commit cb1d27f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ jobs:
100100
if: ${{ env.DOCS_S3_BUCKET != '' }}
101101
run: |
102102
aws --region ${{ env.DOCS_AWS_REGION }} s3 sync \
103+
--acl public-read \
103104
--delete \
104105
--exclude "*" \
105106
--include "*.webp" \
@@ -108,6 +109,7 @@ jobs:
108109
--content-type="image/webp" \
109110
public s3://${{ env.DOCS_S3_BUCKET }}/
110111
aws --region ${{ env.DOCS_AWS_REGION }} s3 sync \
112+
--acl public-read \
111113
--delete \
112114
--exclude "*.webp" \
113115
public s3://${{ env.DOCS_S3_BUCKET }}/

0 commit comments

Comments
 (0)