Skip to content

Commit

Permalink
Update deploy-to-gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr authored Dec 11, 2024
1 parent 0b01825 commit 7ed55d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-to-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:

- name: Cache node modules
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit 7ed55d0

Please sign in to comment.