We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0be2346 commit 135131dCopy full SHA for 135131d
.github/workflows/test-build.yml
@@ -31,9 +31,9 @@ jobs:
31
- name: HTML5 Validator
32
uses: Cyb3r-Jak3/html5validator-action@master
33
with:
34
- root: main/.vuepress/dist
+ root: main/.vitepress/dist
35
extra: --ignore_re r'\ADuplicate ID "outbound-link-title".*'
36
37
- - name: Vuepress checkmd
+ - name: Vitepress checkmd
38
run: |
39
yarn check-links
.pyspelling.yml
@@ -11,5 +11,5 @@ matrix:
11
ignores:
12
- div
13
sources:
14
- - 'main/.vuepress/dist/**/*.html'
+ - 'main/.vitepress/dist/**/*.html'
15
default_encoding: utf-8
0 commit comments