We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c081a51 commit 1d07306Copy full SHA for 1d07306
.github/workflows/validate-external-links.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: lycheeverse/lychee-action@v2
19
with:
20
fail: false
21
- args: --retry-wait-time 10 --max-retries 3 --timeout 30 --accept=200,403,429 -s "https" "**/*.html" "**/*.md" "**/*.txt" "**/*.json" --exclude "https://github.com/\[your*" --exclude "https://localhost:9200"
+ args: --retry-wait-time 10 --max-retries 3 --timeout 30 --accept=200,403,429,408 -s "https" "**/*.html" "**/*.md" "**/*.txt" "**/*.json" --exclude "https://github.com/\[your*" --exclude "https://localhost:9200"
22
23
- name: Find Link Checker Issue
24
uses: micalevisk/last-issue-action@v2
0 commit comments