Skip to content

Commit e4f4a49

Browse files
committed
add retryCount for connection checks.
1 parent 0747526 commit e4f4a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dead-link-checker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ jobs:
3939
- run: sudo npm install -g markdown-link-check@3.11.2
4040
- run: |
4141
for file in $(find . -name "*.md"); do
42-
markdown-link-check -c .dlc.json -q "$file"
42+
markdown-link-check -c .dlc.json --retryCount 3 -q "$file"
4343
done

0 commit comments

Comments
 (0)