Skip to content

Commit 695b39a

Browse files
committed
chore: fix markdownlinkcheck
1 parent c4455c2 commit 695b39a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
"retryOn429": true,
2626
"retryCount": 5,
2727
"fallbackRetryDelay": "30s",
28-
"aliveStatusCodes": [200, 206]
28+
"aliveStatusCodes": [200, 206, 429]
2929
}

0 commit comments

Comments
 (0)