mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
ci: fix s3 upload
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -100,7 +100,6 @@ jobs:
|
||||
if: ${{ env.DOCS_S3_BUCKET != '' }}
|
||||
run: |
|
||||
aws --region ${{ env.DOCS_AWS_REGION }} s3 sync \
|
||||
--acl public-read \
|
||||
--delete \
|
||||
--exclude "*" \
|
||||
--include "*.webp" \
|
||||
@@ -109,7 +108,6 @@ 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 }}/
|
||||
|
||||
Reference in New Issue
Block a user