Skip to content

Commit

Permalink
[fix]: Fix file permission
Browse files Browse the repository at this point in the history
  • Loading branch information
TakumaKira authored Dec 6, 2024
1 parent d4cd868 commit 37f30b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:

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

0 comments on commit 37f30b5

Please sign in to comment.