Skip to content

Commit

Permalink
fix(vitepress): ci jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpatrickdev committed Feb 9, 2024
1 parent 0be2346 commit 135131d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
- name: HTML5 Validator
uses: Cyb3r-Jak3/html5validator-action@master
with:
root: main/.vuepress/dist
root: main/.vitepress/dist
extra: --ignore_re r'\ADuplicate ID "outbound-link-title".*'

- name: Vuepress checkmd
- name: Vitepress checkmd
run: |
yarn check-links
2 changes: 1 addition & 1 deletion .pyspelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ matrix:
ignores:
- div
sources:
- 'main/.vuepress/dist/**/*.html'
- 'main/.vitepress/dist/**/*.html'
default_encoding: utf-8

0 comments on commit 135131d

Please sign in to comment.