From 2b1e8f3c18dd82fa2a82288aafcd2f2482f4c536 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 8 Mar 2026 06:32:52 +0000 Subject: [PATCH 1/2] Initial plan From 227db34c038069c2d2915b7579783e878924d3c2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 8 Mar 2026 06:34:44 +0000 Subject: [PATCH 2/2] fix: add --root-dir to lychee args for v2.8.0 compatibility Co-authored-by: commjoen <1457214+commjoen@users.noreply.github.com> --- .github/workflows/link_checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link_checker.yml b/.github/workflows/link_checker.yml index 962a54181..d32fc3a2e 100644 --- a/.github/workflows/link_checker.yml +++ b/.github/workflows/link_checker.yml @@ -20,5 +20,5 @@ jobs: id: lychee uses: lycheeverse/lychee-action@v2.8.0 with: - args: --exclude-all-private --exclude-path "src/main/resources/templates/about.html" --exclude-path ".lycheeignore" -r 2 './**/*.md' './**/*.html' + args: --exclude-all-private --exclude-path "src/main/resources/templates/about.html" --exclude-path ".lycheeignore" --root-dir . -r 2 './**/*.md' './**/*.html' fail: true