From 4de679f221a8c14be222b2268fae62c8182cd391 Mon Sep 17 00:00:00 2001 From: Alexa Kreizinger Date: Tue, 3 Mar 2026 12:48:57 -0800 Subject: [PATCH 1/2] update link checker test Signed-off-by: Alexa Kreizinger --- .github/workflows/linkcheck.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/linkcheck.yaml b/.github/workflows/linkcheck.yaml index 8e3bc63a1..1c15f0e66 100644 --- a/.github/workflows/linkcheck.yaml +++ b/.github/workflows/linkcheck.yaml @@ -20,6 +20,7 @@ jobs: id: lychee uses: lycheeverse/lychee-action@v2 with: + args: --accept '100..=103,200..=299,401,403,429' --verbose --no-progress './**/*.mdx' fail: false jobSummary: true From bd0e43c04985f5be41127650201c3b8c25faa0a1 Mon Sep 17 00:00:00 2001 From: Alexa Kreizinger Date: Tue, 3 Mar 2026 13:03:00 -0800 Subject: [PATCH 2/2] Apply suggestion from @alexakreizinger Signed-off-by: Alexa Kreizinger --- .github/workflows/linkcheck.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linkcheck.yaml b/.github/workflows/linkcheck.yaml index 1c15f0e66..951f94a52 100644 --- a/.github/workflows/linkcheck.yaml +++ b/.github/workflows/linkcheck.yaml @@ -20,7 +20,7 @@ jobs: id: lychee uses: lycheeverse/lychee-action@v2 with: - args: --accept '100..=103,200..=299,401,403,429' --verbose --no-progress './**/*.mdx' + args: --accept '100..=103,200..=299,401,403,429' --verbose --no-progress . fail: false jobSummary: true