Skip to content

Commit 2bf4994

Browse files
committed
ci(docs): Add history.html to CloudFront invalidation paths
Invalidate /history.html (changelog page) when docs are deployed so CHANGES updates are immediately visible.
1 parent deb5c38 commit 2bf4994

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
run: |
8686
aws cloudfront create-invalidation \
8787
--distribution-id "${{ secrets.TMUXP_DOCS_DISTRIBUTION }}" \
88-
--paths "/index.html" "/objects.inv" "/searchindex.js"
88+
--paths "/index.html" "/history.html" "/objects.inv" "/searchindex.js"
8989
9090
- name: Purge cache on Cloudflare
9191
if: env.PUBLISH == 'true'

0 commit comments

Comments
 (0)