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 41
41
with :
42
42
path : |
43
43
./_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') }}
45
48
46
49
- name : Render Quarto site
47
50
run : quarto render
Original file line number Diff line number Diff line change 43
43
with :
44
44
path : |
45
45
./_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') }}
47
50
48
51
- name : Extract version from _quarto.yml
49
52
id : extract_version
You can’t perform that action at this time.
0 commit comments