We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb5c38 commit 2bf4994Copy full SHA for 2bf4994
1 file changed
.github/workflows/docs.yml
@@ -85,7 +85,7 @@ jobs:
85
run: |
86
aws cloudfront create-invalidation \
87
--distribution-id "${{ secrets.TMUXP_DOCS_DISTRIBUTION }}" \
88
- --paths "/index.html" "/objects.inv" "/searchindex.js"
+ --paths "/index.html" "/history.html" "/objects.inv" "/searchindex.js"
89
90
- name: Purge cache on Cloudflare
91
if: env.PUBLISH == 'true'
0 commit comments