Skip to content

Commit

Permalink
Prefix cache path with ./
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm committed Sep 9, 2024
1 parent 2be4188 commit 442b710
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/cache/restore@v4
with:
path: |
_freeze/
./_freeze/
key: ${{ runner.os }}-${{ hashFiles('**/Manifest.toml') }}

- name: Render Quarto site
Expand All @@ -45,7 +45,7 @@ jobs:
uses: actions/cache/save@v4
with:
path: |
_freeze/
./_freeze/
key: ${{ runner.os }}-${{ hashFiles('**/Manifest.toml') }}

- name: Deploy to GitHub Pages
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/cache/restore@v4
with:
path: |
_freeze/
./_freeze/
key: ${{ runner.os }}-${{ hashFiles('**/Manifest.toml') }}

- name: Extract version from _quarto.yml
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
uses: actions/cache/save@v4
with:
path: |
_freeze/
./_freeze/
key: ${{ runner.os }}-${{ hashFiles('**/Manifest.toml') }}

- name: Fetch search_original.json from main site
Expand Down

0 comments on commit 442b710

Please sign in to comment.