Skip to content

Commit 9fb70a8

Browse files
committed
Invalidate styles
1 parent 8e4e707 commit 9fb70a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: chetan/invalidate-cloudfront-action@v2
4747
env:
4848
DISTRIBUTION: ${{ secrets.CLOUDFRONT_DISTRIBUTION_ID }}
49-
PATHS: '/index.html /page/* /feed.rss'
49+
PATHS: '/index.html /page/* /feed.rss /css/styles.css'
5050
AWS_REGION: 'us-east-1'
5151
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
5252
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)