From 2c97fd2941e784f4721f753cb1b1e25ad0859721 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Fournier?= Date: Mon, 18 Aug 2025 07:28:29 -0700 Subject: [PATCH] fix: lychee action after upgrade (#10499) Adapt to some breaking changes: https://github.com/lycheeverse/lychee/releases Mainly remove --exclude-mail option --- .github/workflows/check_links.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_links.yaml b/.github/workflows/check_links.yaml index 023efc9b09..6715e5feb8 100644 --- a/.github/workflows/check_links.yaml +++ b/.github/workflows/check_links.yaml @@ -27,7 +27,7 @@ jobs: uses: lycheeverse/lychee-action@v2 with: fail: true - args: '"./website/docs/**/*.md" "./website/docs/**/*.mdx" "./src/mailtemplates/*.mustache" --scheme http --scheme https --cache --max-cache-age 7d --exclude-mail --verbose --accept 200,429' # other excludes are in .lycheeignore + args: '"./website/docs/**/*.md" "./website/docs/**/*.mdx" "./src/mailtemplates/*.mustache" --scheme http --scheme https --cache --max-cache-age 7d --verbose --accept 100..=103,200..=299,429' # other excludes are in .lycheeignore output: ${{ env.issue-content }} # Permissions (issues: read)