From 7eeab8c613e17ed9890a44ebd697328937a2df4e Mon Sep 17 00:00:00 2001 From: Sarina Li Date: Sun, 9 Nov 2025 18:08:38 -0500 Subject: [PATCH] skip some urls --- .github/workflows/link-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index a083d943..9603dc01 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -24,7 +24,7 @@ jobs: id: lychee with: # Check all markdown files - args: --verbose --no-progress --cache --max-cache-age 1d '**/*.md' + args: --verbose --no-progress --cache --max-cache-age 1d --accept 200..=299,403 --exclude '^file://' --exclude 'localhost' --exclude '127\.0\.0\.1' '**/*.md' # Output results to file for parsing output: lychee-output.md # Don't fail the build on broken links (warning mode)