Skip to content

Commit 93d6ad5

Browse files
committed
Dep: zhihu return 403; skip check link to zhihu
1 parent 3cfe0b9 commit 93d6ad5

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
steps:
88
- uses: actions/checkout@master
99
- uses: gaurav-nelson/github-action-markdown-link-check@v1
10+
with:
11+
config-file: 'mlc_config.json'
1012

1113

1214
md2zhihu:

mlc_config.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"ignorePatterns": [
3+
{
4+
"pattern": "^https://www.zhihu.com/people/"
5+
}
6+
],
7+
"timeout": "3s",
8+
"retryOn429": true,
9+
"retryCount": 3,
10+
"fallbackRetryDelay": "30s",
11+
"aliveStatusCodes": [200, 206]
12+
}

0 commit comments

Comments
 (0)