Skip to content

Commit

Permalink
[dev]: Fix S3 path
Browse files Browse the repository at this point in the history
  • Loading branch information
Takuma Kira committed Dec 2, 2024
1 parent a09ebad commit 2c7f11e
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 @@ -35,7 +35,7 @@ jobs:

- name: Deploy to S3
run: |
aws s3 sync storybook-static s3://${{ vars.AWS_S3_BUCKET }}/${{ vars.AWS_S3_STORYBOOK_OBJECT_KEY }} --delete
aws s3 sync storybook-static s3://${{ vars.AWS_S3_BUCKET }} --delete
# - name: Invalidate CloudFront (if using CloudFront)
# if: github.ref == 'refs/heads/main' # only on main branch in case this action is set to run on other branches
Expand Down

0 comments on commit 2c7f11e

Please sign in to comment.