Merge pull request #23472 from thaJeztah/revert_s3_deploy

Revert "ci: fix s3 upload"
This commit is contained in:
CrazyMax
2025-09-29 19:13:58 +02:00
committed by GitHub

View File

@@ -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 }}/