Skip to content

Commit db6930d

Browse files
committed
Merge branch '5.x' into 5.next
2 parents a3a0b3e + 11334a0 commit db6930d

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)