Skip to content

Commit 8351f29

Browse files
committed
manually specific cache dep path
1 parent e0f30e0 commit 8351f29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
with:
2626
node-version: 16.x
2727
cache: 'npm'
28+
cache-dependency-path: './docs/package-lock.json'
2829
- name: Install dependencies
2930
run: npm install --frozen-lockfile --non-interactive
3031
- name: Build

0 commit comments

Comments
 (0)