Skip to content

Commit c6dd4d1

Browse files
authored
Merge pull request #39 from james-see/fix/deploy-workflow-cache
Fix deploy workflow - remove npm cache dependency
2 parents d754876 + d48b65f commit c6dd4d1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
uses: actions/setup-node@v4
2626
with:
2727
node-version: '20'
28-
cache: 'npm'
29-
cache-dependency-path: docs/package-lock.json
3028

3129
- name: Setup Pages
3230
uses: actions/configure-pages@v4

0 commit comments

Comments
 (0)