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 08cf93b commit 8e92c77Copy full SHA for 8e92c77
.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@v1.10.0
+ uses: lycheeverse/lychee-action@v2.0.1
38
with:
39
fail: true
40
args: --verbose --no-progress _site/*.html
.github/workflows/linkcheck.yml
@@ -20,7 +20,7 @@ jobs:
20
21
- name: Link Checker
22
23
24
25
26
env:
0 commit comments