Skip to content

Commit

Permalink
Fix npm cache dependency path
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Oct 10, 2024
1 parent 8f2ac66 commit 7ed438c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
with:
node-version: "20.x"
cache: "npm"
cache-dependency-path: docs/package-lock.json
- name: Install Node.js dependencies
run: npm ci
- name: Build docs
Expand Down

0 comments on commit 7ed438c

Please sign in to comment.