diff --git a/.github/workflows/link-checker-prs.yml b/.github/workflows/link-checker-prs.yml index 83570ec52..291819d12 100644 --- a/.github/workflows/link-checker-prs.yml +++ b/.github/workflows/link-checker-prs.yml @@ -39,7 +39,7 @@ jobs: name: Link Checker uses: lycheeverse/lychee-action@v2 with: - args: --verbose --no-progress --cache --max-cache-age 1d $MARKDOWN_FILES + args: --verbose --no-progress --cache --max-cache-age 1d --root-dir . $MARKDOWN_FILES fail: true failIfEmpty: false jobSummary: true