File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 4141 with :
4242 path : |
4343 ./_freeze/
44- key : ${{ runner.os }}-${{ hashFiles('**/Manifest.toml') }}
44+ key : |
45+ ${{ runner.os }}-${{ hashFiles('**/Manifest.toml') }}-${{ hashFiles('**/index.qmd') }}
46+ restore-keys : |
47+ ${{ runner.os }}-${{ hashFiles('**/Manifest.toml') }}
4548
4649 - name : Render Quarto site
4750 run : quarto render
Original file line number Diff line number Diff line change 4343 with :
4444 path : |
4545 ./_freeze/
46- key : ${{ runner.os }}-${{ hashFiles('**/Manifest.toml') }}
46+ key : |
47+ ${{ runner.os }}-${{ hashFiles('**/Manifest.toml') }}-${{ hashFiles('**/index.qmd') }}
48+ restore-keys : |
49+ ${{ runner.os }}-${{ hashFiles('**/Manifest.toml') }}
4750
4851 - name : Extract version from _quarto.yml
4952 id : extract_version
You can’t perform that action at this time.
0 commit comments