Skip to content

Commit

Permalink
[fix]: Add invalidation paths as required
Browse files Browse the repository at this point in the history
  • Loading branch information
Takuma Kira committed Dec 6, 2024
1 parent 4568602 commit 2340378
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 @@ -39,4 +39,4 @@ jobs:
- name: Invalidate CloudFront
run: |
aws cloudfront create-invalidation --distribution-id ${{ secrets.CLOUDFRONT_DISTRIBUTION_ID }}
aws cloudfront create-invalidation --distribution-id ${{ secrets.CLOUDFRONT_DISTRIBUTION_ID }} --paths "/*"

0 comments on commit 2340378

Please sign in to comment.