Skip to content

Commit

Permalink
manually specific cache dep path
Browse files Browse the repository at this point in the history
  • Loading branch information
willemolding committed Aug 8, 2024
1 parent e0f30e0 commit 8351f29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
with:
node-version: 16.x
cache: 'npm'
cache-dependency-path: './docs/package-lock.json'
- name: Install dependencies
run: npm install --frozen-lockfile --non-interactive
- name: Build
Expand Down

0 comments on commit 8351f29

Please sign in to comment.