Skip to content

Commit 2ff8d99

Browse files
authored
[Chore] Try to fix ci dead link check 429 (#17509)
* try to fix ci dead link check 429 * try to fix ci dead link check 429 * try to fix ci dead link check 429
1 parent 9461159 commit 2ff8d99

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/lychee.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ exclude = [
1818
'^http://minio(:\d+)?',
1919
'^https://github\.com/apache/dolphinscheduler/blob/[^/]+/script/env/dolphinscheduler_env\.sh',
2020
'^http://who-t\.blogspot\.com/2009/12/on-commit-messages\.html',
21+
'^https://openmldb\.ai',
22+
'^https://archive\.apache\.org/dist',
2123
]
2224

2325
# Exclude paths from getting checked. The values are treated as regular expressions
@@ -41,7 +43,7 @@ max_retries = 3
4143
retry_wait_time = 10
4244

4345
# Website timeout from connect to response finished.
44-
timeout = 30
46+
timeout = 60
4547

4648
# When links are available using HTTPS, treat HTTP links as errors.
4749
require_https = false
@@ -55,3 +57,6 @@ include_verbatim = false
5557

5658
# Enable the checking of fragments in links.
5759
include_fragments = false
60+
61+
# User agent to send with each request.
62+
user_agent = "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36"

0 commit comments

Comments
 (0)