From 7ae3511cf0d326399e929049cb8021acc863197c Mon Sep 17 00:00:00 2001 From: Ravencentric <78981416+Ravencentric@users.noreply.github.com> Date: Tue, 29 Jul 2025 22:27:56 +0530 Subject: [PATCH] Update check-markdown-links.yml --- .github/workflows/check-markdown-links.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-markdown-links.yml b/.github/workflows/check-markdown-links.yml index 09d5d66..d1cbeda 100644 --- a/.github/workflows/check-markdown-links.yml +++ b/.github/workflows/check-markdown-links.yml @@ -19,4 +19,10 @@ jobs: - name: Link Checker uses: lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332 # v2.4.1 with: - args: --base . --verbose --no-progress --exclude-path '\.github' './**/*.md' + args: >- + --verbose --no-progress + --exclude-path '\.github' + --max-redirects 10 + --header "accept=*/*" + --accept 200,204,206,403,429 + './*.md'