Skip to content

Commit 7c0a5b7

Browse files
committed
fix: remove npm cache from pages workflow
Remove cache configuration that was causing path resolution errors
1 parent f8c676a commit 7c0a5b7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/pages.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ jobs:
3636
uses: actions/setup-node@v4
3737
with:
3838
node-version: 20
39-
cache: 'npm'
40-
cache-dependency-path: docs/package-lock.json
4139

4240
- name: Install dependencies
4341
working-directory: ./docs

0 commit comments

Comments
 (0)