From 96371bf7e377390a9bd7c3624ce5a52654c3ee78 Mon Sep 17 00:00:00 2001 From: seaxwi <71350948+seaxwi@users.noreply.github.com> Date: Wed, 18 Jun 2025 17:16:09 +0200 Subject: [PATCH] check anchor links --- .github/workflows/check-urls.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-urls.yml b/.github/workflows/check-urls.yml index 12133a38..b97c22af 100644 --- a/.github/workflows/check-urls.yml +++ b/.github/workflows/check-urls.yml @@ -15,7 +15,7 @@ jobs: id: lychee uses: lycheeverse/lychee-action@v1 with: - args: --no-progress --verbose --require-https 'content/*/*/*.md' --max-retries 0 --max-concurrency 1 + args: --no-progress --verbose --require-https --include-fragments 'content/*/*/*.md' --max-retries 0 --max-concurrency 1 fail: true env: CLICOLOR_FORCE: 1