Skip to content

Commit 6f2bd73

Browse files
authored
Try extending wait time
1 parent 5f3651b commit 6f2bd73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2
4242
id: lychee
4343
with:
44-
args: --cache --max-retries 0 --max-concurrency 30 --exclude stackoverflow.com/*
44+
args: --cache --max-retries 3 --retry-wait-time 5 --max-concurrency 30 --exclude stackoverflow.com/*
4545
--insecure --user-agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36"
4646
--no-progress **/*.md **/*.html
4747
fail: true

0 commit comments

Comments
 (0)