From 47a2447471888f0691ac088b01e30b7bae023ae8 Mon Sep 17 00:00:00 2001 From: Yu-Ting Hsiung Date: Mon, 29 Dec 2025 20:54:29 +0800 Subject: [PATCH] ci: fix the issue lychee.toml was not consumed correctly --- .github/workflows/links.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index b1d643217..ac8336a86 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -19,6 +19,7 @@ jobs: id: lychee uses: lycheeverse/lychee-action@v2 with: + args: --config lychee.toml . fail: false - name: Broken Links Report