From 7a2662b5099dc7e3d42d0d1182685a157d39817f Mon Sep 17 00:00:00 2001 From: Sebastian Spier Date: Wed, 12 Aug 2026 08:58:52 +0200 Subject: [PATCH] FIX: Set root-dir for weekly link check --- .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 5d5e4f82c..07f9cf419 100644 --- a/.github/workflows/link-checker.yml +++ b/.github/workflows/link-checker.yml @@ -27,7 +27,7 @@ jobs: - name: Link Checker uses: lycheeverse/lychee-action@v2 with: - args: --verbose --no-progress --cache --max-cache-age 1d README.md patterns/ book/ translation/ + args: --verbose --no-progress --cache --max-cache-age 1d --root-dir . README.md patterns/ book/ translation/ fail: true jobSummary: true env: