Skip to content

Commit 437fcf8

Browse files
fix path
1 parent 78287da commit 437fcf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
node-version: 22
2626
cache: 'npm'
27-
cache-dependency-path: frontend/package-lock.json
27+
cache-dependency-path: package-lock.json
2828

2929

3030
- name: Install Tools

0 commit comments

Comments
 (0)