From 30628ee815a3cb2fe37e78bb7c7bdd0d8e592856 Mon Sep 17 00:00:00 2001 From: bparks13 Date: Fri, 2 Aug 2024 16:23:43 -0400 Subject: [PATCH] Add regex filter for published pages --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index be2532f..d09e393 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,7 +61,7 @@ jobs: - name: Check HTML Links After Building uses: lycheeverse/lychee-action@v1.10.0 with: - args: --verbose --no-progress --base _site --exclude ^https://github\.com.*merge.* '_site/**/*.html' + args: --verbose --no-progress --base _site --exclude ^https://github\.com.*(merge|apiSpec).* '_site/**/*.html' fail: true deploy: