From da7a79dc631485268d97ddf510d237058ed0af81 Mon Sep 17 00:00:00 2001 From: bparks13 Date: Tue, 7 Jan 2025 14:57:36 -0500 Subject: [PATCH] Correct the order of options --- .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 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: