Skip to content

Commit

Permalink
[trace]: Debug S3 upload failure at the last file
Browse files Browse the repository at this point in the history
  • Loading branch information
TakumaKira authored Dec 6, 2024
1 parent 9b57403 commit d4cd868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Deploy to S3
run: |
aws s3 sync storybook-static s3://${{ vars.AWS_S3_BUCKET }} --delete
aws s3 sync storybook-static s3://${{ vars.AWS_S3_BUCKET }} --delete --debug
- name: Invalidate CloudFront
run: |
Expand Down

0 comments on commit d4cd868

Please sign in to comment.