Skip to content

Commit 135131d

Browse files
committed
fix(vitepress): ci jobs
1 parent 0be2346 commit 135131d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
- name: HTML5 Validator
3232
uses: Cyb3r-Jak3/html5validator-action@master
3333
with:
34-
root: main/.vuepress/dist
34+
root: main/.vitepress/dist
3535
extra: --ignore_re r'\ADuplicate ID "outbound-link-title".*'
3636

37-
- name: Vuepress checkmd
37+
- name: Vitepress checkmd
3838
run: |
3939
yarn check-links

.pyspelling.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ matrix:
1111
ignores:
1212
- div
1313
sources:
14-
- 'main/.vuepress/dist/**/*.html'
14+
- 'main/.vitepress/dist/**/*.html'
1515
default_encoding: utf-8

0 commit comments

Comments
 (0)