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: