We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a528aa8 commit 1c21a52Copy full SHA for 1c21a52
.github/workflows/preview.yml
@@ -58,7 +58,7 @@ jobs:
58
with:
59
path: |
60
./_freeze/
61
- key: ${{ runner.os }}-${{ hashFiles('**/Manifest.toml') }}
+ key: ${{ runner.os }}-${{ hashFiles('**/Manifest.toml') }}-${{ hashFiles('**/index.qmd') }}
62
63
- name: Deploy to GitHub Pages
64
uses: JamesIves/github-pages-deploy-action@v4
.github/workflows/publish.yml
@@ -90,7 +90,7 @@ jobs:
90
91
92
93
94
95
- name: Fetch search_original.json from main site
96
run: curl -O https://raw.githubusercontent.com/TuringLang/turinglang.github.io/gh-pages/search_original.json
0 commit comments