Skip to content

Commit e3c4559

Browse files
committed
fix
1 parent 5af4a17 commit e3c4559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
node-version: 18
3636
cache: npm
37-
cache-dependency-path: '**/package-lock.json'
37+
cache-dependency-path: 'website/package-lock.json'
3838
- name: Install dependencies
3939
run: npm ci
4040
- name: Test build website

0 commit comments

Comments
 (0)