Skip to content

Commit 11334a0

Browse files
committed
adjust CI to new config path
1 parent f3b4b88 commit 11334a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@v6
2929

3030
- name: Validate config.js syntax
31-
run: node --check config.js
31+
run: node --check .vitepress/config.js
3232

3333
json-lint:
3434
name: Validate JSON Files

0 commit comments

Comments
 (0)