Skip to content

Commit

Permalink
Update check-external-links.yml (#2300)
Browse files Browse the repository at this point in the history
increase the time out and retry for checker
  • Loading branch information
longfeiWan9 authored Aug 20, 2024
1 parent ab30358 commit 6ddf17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-external-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
id: lychee
uses: lycheeverse/[email protected]
with:
args: --accept 200,429,403 '**/*.md'
args: --accept 200,429,403 --timeout 60 --retry-wait-time 15 --max-retries 10 '**/*.md'
fail: true

0 comments on commit 6ddf17a

Please sign in to comment.