Skip to content

Commit

Permalink
Fix link to package-lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Sep 22, 2024
1 parent 3a748e5 commit 83b015b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version: 18
cache: npm
cache-dependency-path: doc/package-lock.json
cache-dependency-path: package-lock.json

- name: Install Docusaurus Dependencies
run: npm ci
Expand Down

0 comments on commit 83b015b

Please sign in to comment.