There was an error while loading. Please reload this page.
1 parent 892ef2d commit 9cbe7d9Copy full SHA for 9cbe7d9
1 file changed
.github/workflows/links.yml
@@ -13,7 +13,7 @@ jobs:
13
id: lychee
14
uses: lycheeverse/lychee-action@v2.7.0
15
with:
16
- args: --accept=200,403,429 "**/*.html" "**/*.md" "**/*.txt" "**/*.json" --exclude "https://opensearch-domain.region.com/" --exclude "https://github.com/\[your*" --exclude "https://localhost:9200"
+ args: --accept=200,403,429 --max-retries=3 --retry-wait-time=10 "**/*.html" "**/*.md" "**/*.txt" "**/*.json" --exclude "https://opensearch-domain.region.com/" --exclude "https://github.com/\[your*" --exclude "https://localhost:9200"
17
env:
18
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
19
- name: Fail if there were link errors
0 commit comments