ci: limit concurrency of doc links checker

This commit is contained in:
Li Jie
2025-03-20 12:40:37 +08:00
parent 0e71576265
commit 8c76436d81

View File

@@ -27,7 +27,7 @@ jobs:
id: lychee
uses: lycheeverse/lychee-action@v2
with:
args: README.md
args: --max-concurrency 3 --retry-wait-time 15 README.md
remote_install:
strategy: