We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c99a1be + 27f6133 commit 1b85d15Copy full SHA for 1b85d15
.github/workflows/build_documentation.yaml
@@ -46,7 +46,7 @@ jobs:
46
run: hatch run docs:build
47
48
- name: Link Checker
49
- uses: lycheeverse/lychee-action@v2.3.0
+ uses: lycheeverse/lychee-action@v2.4.0
50
with:
51
args: --config='./.lychee.toml' --no-progress './docs/build/html/**/*.html'
52
fail: true # fail on broken links
.github/workflows/test_code.yaml
@@ -55,7 +55,7 @@ jobs:
55
shell: bash
56
run: npm install -g markdown-link-check
57
58
59
60
args: --config='./.lychee.toml' --no-progress --offline '**/*.md' --exclude-path './docs'
61
0 commit comments