From 58ff8223915f160241b04e448a5d0c7f3d790f63 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Mon, 29 Sep 2025 17:56:17 +0200 Subject: [PATCH] Revert "ci: fix s3 upload" This reverts commit 8486eaa7a742b8fd19ec347f84f074f3de9f2cce. Signed-off-by: Sebastiaan van Stijn --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) 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 }}/