diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 4e003a19f..8c9ba9331 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -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 diff --git a/.pyspelling.yml b/.pyspelling.yml index 9434a3bca..b333b3309 100644 --- a/.pyspelling.yml +++ b/.pyspelling.yml @@ -11,5 +11,5 @@ matrix: ignores: - div sources: - - 'main/.vuepress/dist/**/*.html' + - 'main/.vitepress/dist/**/*.html' default_encoding: utf-8 \ No newline at end of file