From 135131d4cefd90776bf3ad1c825b4abd479568b2 Mon Sep 17 00:00:00 2001 From: 0xPatrick Date: Fri, 9 Feb 2024 15:52:07 -0500 Subject: [PATCH] fix(vitepress): ci jobs --- .github/workflows/test-build.yml | 4 ++-- .pyspelling.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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