Skip to content

Commit

Permalink
hashfiles with path rel to GITHUB_WORKSPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
littlebenlittle committed Jun 7, 2024
1 parent 4963316 commit 89c87c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/cache@v4
with:
path: dist
key: ${{ runner.os }}-cargo-${{ hashFiles('./**', '../.github/actions/pages.yaml') }}
key: ${{ runner.os }}-cargo-${{ hashFiles('./ui/**', './.github/workflows/pages.yaml') }}
restore-keys: ${{ runner.os }}-cargo-
- name: Cache Dependencies
if: steps.cache-dist.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 89c87c5

Please sign in to comment.