Skip to content

Commit

Permalink
fix: cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
qwertyyb committed Oct 10, 2024
1 parent 42c07e8 commit 94f33c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/cache@v3
id: cache
with:
key: static-site-{{ hashFiles('data/package.json') }}
key: static-site-${{ hashFiles('data/package.json') }}
path: dist
- uses: actions/checkout@v4
if: steps.cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 94f33c5

Please sign in to comment.