diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5cd10596325e..75d7a729dde6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -100,6 +100,7 @@ jobs: if: ${{ env.DOCS_S3_BUCKET != '' }} run: | aws --region ${{ env.DOCS_AWS_REGION }} s3 sync \ + --acl public-read \ --delete \ --exclude "*" \ --include "*.webp" \ @@ -108,6 +109,7 @@ jobs: --content-type="image/webp" \ public s3://${{ env.DOCS_S3_BUCKET }}/ aws --region ${{ env.DOCS_AWS_REGION }} s3 sync \ + --acl public-read \ --delete \ --exclude "*.webp" \ public s3://${{ env.DOCS_S3_BUCKET }}/