Skip to content

Commit

Permalink
Update .github/workflows/deploy-gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmohns authored Nov 13, 2024
1 parent f9d741c commit 4862a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
node-version: "18"
cache: npm
cache-dependency-path: package-lock.json # Updated to root-level package-lock.json
cache-dependency-path: package-lock.json

- name: Install Dependencies
run: npm ci --legacy-peer-deps
Expand Down

0 comments on commit 4862a9f

Please sign in to comment.