Skip to content

Commit

Permalink
Update deploy-to-s3.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukascivil committed Dec 27, 2023
1 parent a3b86f8 commit f9be905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-s3.yml
Expand Up @@ -39,7 +39,7 @@ jobs:
folder: libs/json-difference/dist.browser-s3
bucket: ${{ secrets.AWS_S3_BUCKET }}
bucket-region: ${{ secrets.S3_BUCKET_REGION }}
delete-removed: true
delete-removed: false
no-cache: true
private: true
files-to-include: '{.*/**,**}'
Expand Down

0 comments on commit f9be905

Please sign in to comment.