From 002c4b396921e661260eeb339edfdda5d98ea062 Mon Sep 17 00:00:00 2001 From: Tom Arra Date: Wed, 18 Mar 2026 08:50:59 -0500 Subject: [PATCH] chore: add 200 to link checker --- .github/workflows/site_link_check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/site_link_check.yaml b/.github/workflows/site_link_check.yaml index 77ff5c7..cdad11f 100644 --- a/.github/workflows/site_link_check.yaml +++ b/.github/workflows/site_link_check.yaml @@ -27,7 +27,7 @@ jobs: id: lychee uses: lycheeverse/lychee-action@v2.8.0 with: - args: --cache --max-cache-age 1d --verbose --root-dir . --accept 401,403,429,503,520 './**/*.md' './**/*.html' + args: --cache --max-cache-age 1d --verbose --root-dir . --accept 200,401,403,429,503,520 './**/*.md' './**/*.html' env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}