Skip to content

Commit 8233157

Browse files
authored
chore: fix markdownlinkcheck (#3359)
* chore: fix markdownlinkcheck * Fix retry delay
1 parent d522d94 commit 8233157

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v5
27-
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.17
27+
- uses: tcort/github-action-markdown-link-check@v1
2828
with:
2929
use-quiet-mode: 'yes'
3030
use-verbose-mode: 'yes'

.markdownlinkcheck.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"timeout": "20s",
2525
"retryOn429": true,
2626
"retryCount": 5,
27-
"fallbackRetryDelay": "30s",
28-
"aliveStatusCodes": [200, 206]
27+
"fallbackRetryDelay": "1s",
28+
"aliveStatusCodes": [200, 206, 429]
2929
}

0 commit comments

Comments
 (0)