Skip to content

Commit 1d07306

Browse files
committed
chore: add-timeout-http-code
1 parent c081a51 commit 1d07306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-external-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: lycheeverse/lychee-action@v2
1919
with:
2020
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"
21+
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"
2222

2323
- name: Find Link Checker Issue
2424
uses: micalevisk/last-issue-action@v2

0 commit comments

Comments
 (0)