Skip to content

Commit 9a3f618

Browse files
committed
Remove cache dependency path for node
1 parent 5f6d762 commit 9a3f618

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/deploy-github-pages.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ jobs:
3131
uses: actions/setup-node@v4
3232
with:
3333
node-version: '20'
34-
cache: 'npm'
35-
cache-dependency-path: '**/package-lock.json'
3634

3735
- run: npm ci
3836
- run: hugo --baseURL https://${REPO_OWNER}.github.io/${REPO_NAME} --minify

0 commit comments

Comments
 (0)