Skip to content

Commit 6ddf17a

Browse files
authored
Update check-external-links.yml (#2300)
increase the time out and retry for checker
1 parent ab30358 commit 6ddf17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-external-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
id: lychee
1515
uses: lycheeverse/[email protected]
1616
with:
17-
args: --accept 200,429,403 '**/*.md'
17+
args: --accept 200,429,403 --timeout 60 --retry-wait-time 15 --max-retries 10 '**/*.md'
1818
fail: true

0 commit comments

Comments
 (0)