diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4cf7d4d..5ab1f99 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,7 +68,7 @@ jobs: - name: Check HTML Links After Building uses: lycheeverse/lychee-action@v2 with: - args: --verbose --no-progress --base _site --exclude ^https://github\.com.*merge.* --exclude ^https://github\.com.*apiSpec.* '_site/**/*.html --max-retries 0 --max-concurrency 32 --cache --max-cache-age 1d' + args: --verbose --no-progress --base _site --exclude ^https://github\.com.*merge.* --exclude ^https://github\.com.*apiSpec.* --max-retries 0 --max-concurrency 32 --cache --max-cache-age 1d '_site/**/*.html' fail: true deploy: