Skip to content

Commit

Permalink
fix cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenQ42 committed Oct 4, 2024
1 parent 12e9896 commit 62633f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vite-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
node-version: 20
cache: 'npm'
cache-dependency-path: ./Web/package-lock.json
cache-dependency-path: '**/package-lock.json'
- name: Install dependencies
run: npm install
- name: Build
Expand Down
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 62633f4

Please sign in to comment.