Skip to content

Commit 3d2dae4

Browse files
committed
Invalidate wildcard below path too.
1 parent d1b85f9 commit 3d2dae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
if: ${{ github.ref == 'refs/heads/master' }}
5353
env:
5454
DISTRIBUTION: ${{ secrets.CF_DISTRIBUTION }}
55-
PATHS: /${{ env.BUCKET_PATH }}
55+
PATHS: /${{ env.BUCKET_PATH }}/ /${{ env.BUCKET_PATH}}/*
5656
AWS_REGION: ${{ vars.AWS_REGION }}
5757
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
5858
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)