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 307643a commit c6d4e69Copy full SHA for c6d4e69
.github/workflows/build-site.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Check links with lychee
36
id: lychee
37
- uses: lycheeverse/lychee-action@v2.3.0
+ uses: lycheeverse/lychee-action@v2.4.0
38
with:
39
fail: true
40
args: --verbose --no-progress _site/*.html
.github/workflows/linkcheck.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Link Checker
32
33
env:
0 commit comments