There was an error while loading. Please reload this page.
1 parent 3711b38 commit 4d95853Copy full SHA for 4d95853
1 file changed
.github/workflows/links.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
# Placeholder hosts are excluded via .lycheeignore. 429 is accepted
24
# so a rate-limited host does not read as a dead link.
25
- args: --no-progress --accept '200..=299,429' --max-concurrency 8 'docs/**/*.md'
+ args: --no-progress --accept '200..=299,429' --max-concurrency 8 --timeout 30 --max-retries 3 'docs/**/*.md'
26
fail: true
27
env:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments