Skip to content

Commit 9acf2ce

Browse files
committed
fix
1 parent e3c4559 commit 9acf2ce

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: 'website/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)