Skip to content

Commit

Permalink
Fix caching of node assets
Browse files Browse the repository at this point in the history
  • Loading branch information
davepeck committed Feb 27, 2024
1 parent 4ccca66 commit 0e3598b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
uses: actions/cache@v4
with:
path: node_modules
key: ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }}
key: ${{ runner.os }}-nodefun-${{ hashFiles('package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
${{ runner.os }}-nodefun-
- name: Install node dependencies
if: steps.cache-node.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 0e3598b

Please sign in to comment.