Skip to content

Commit

Permalink
Also invalidate root
Browse files Browse the repository at this point in the history
  • Loading branch information
duizendnegen committed Dec 7, 2022
1 parent 54d516e commit 819e02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: chetan/invalidate-cloudfront-action@v2
env:
DISTRIBUTION: ${{ secrets.AWS_CLOUDFRONT_DISTRIBUTION_ID }}
PATHS: "/index.html /flavours.json /locales/*"
PATHS: "/ /index.html /flavours.json /locales/*"
AWS_REGION: "eu-central-1"
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 comments on commit 819e02e

Please sign in to comment.