diff --git a/.github/workflows/mkdocs-deploy.yml b/.github/workflows/mkdocs-deploy.yml index 6fd379c1..1d2ec850 100644 --- a/.github/workflows/mkdocs-deploy.yml +++ b/.github/workflows/mkdocs-deploy.yml @@ -32,6 +32,7 @@ jobs: - name: Check links in markdown files uses: lycheeverse/lychee-action@v2 with: + lycheeVersion: v0.24.2 args: "--verbose --no-progress --root-dir docs --config .lychee.toml './docs/**/*.md'" fail: true diff --git a/.lychee.toml b/.lychee.toml index 6c929531..4ca2a0b3 100644 --- a/.lychee.toml +++ b/.lychee.toml @@ -26,7 +26,7 @@ exclude = [ accept = [200, 204, 301, 302, 403, 429] # Skip fragment checking -include_fragments = false +include_fragments = "none" # Maximum number of redirects max_redirects = 10