Skip to content

Commit ae0013b

Browse files
authored
Update dead-links-check.yml
add: allow for error codes 429 - usually not bad
1 parent 2301fa1 commit ae0013b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dead-links-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
- name: Link Checker
1414
uses: lycheeverse/[email protected]
1515
with:
16-
args: " --suggest --verbose --no-progress './**/*.md' './**/*.html' './**/*.rst' --exclude-mail --exclude-path *fin7/Resources/Step7/BOOSTWRITE-src/curl/README.md "
16+
args: " --suggest --verbose --no-progress './**/*.md' './**/*.html' './**/*.rst' --exclude-mail -a 429 --exclude-path *fin7/Resources/Step7/BOOSTWRITE-src/curl/README.md "
1717
fail: true

0 commit comments

Comments
 (0)