Skip to content

Commit 71fe617

Browse files
authored
Merge pull request #7 from fairpm/zzap-patch-2
Enhance npm caching in deploy.yml
2 parents 22f2fc3 + 53b4cb7 commit 71fe617

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
with:
2525
node-version: 20
2626
cache: npm
27+
cache-dependency-path: docs/package-lock.json
2728

2829
- name: Install dependencies
2930
run: npm ci

0 commit comments

Comments
 (0)