ci: Enable retry for Link Check

Link check is likely to fail due to connectivity reasons, retry three
times before it fails.

Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
This commit is contained in:
Ruoqing He 2025-03-12 07:51:30 +08:00 committed by Rob Bradford
parent 5bd177dde8
commit 08c1bb4b00

View file

@ -12,3 +12,7 @@ exclude = [
# GitHub user smibarber referenced in `CREDITS.md` no longer exist
'^https://github.com/smibarber',
]
max_retries = 3
retry_wait_time = 5