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.
1 parent 38e8d97 commit ddc1b97Copy full SHA for ddc1b97
.github/workflows/documentation.yaml
@@ -51,7 +51,7 @@ jobs:
51
run: |
52
make html SPHINXOPTS="-W"
53
- name: Link Checker
54
- uses: lycheeverse/lychee-action@v1.7.0
+ uses: lycheeverse/lychee-action@v1.9.3
55
with:
56
args: --config='./.lychee.toml' --no-progress './docs/build/html/**/*.html'
57
fail: true # fail on broken links
.github/workflows/test_code.yaml
@@ -32,7 +32,7 @@ jobs:
32
shell: bash
33
run: npm install -g markdown-link-check
34
35
36
37
args: --config='./.lychee.toml' --no-progress --offline '**/*.md' --exclude-path './docs'
38
0 commit comments