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 503e340 commit ccea563Copy full SHA for ccea563
.github/workflows/check-external-links.yml
@@ -12,7 +12,7 @@ jobs:
12
13
- name: Link Checker
14
id: lychee
15
- uses: lycheeverse/lychee-action@v1.8.0
+ uses: lycheeverse/lychee-action@v2.0.2
16
with:
17
args: --accept 200,429,403 --timeout 60 --retry-wait-time 15 --max-retries 10 '**/*.md'
18
fail: true
0 commit comments