Skip to content

Commit 51d1835

Browse files
committed
Add link check white list.
1 parent f133759 commit 51d1835

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/dlc.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
{
2+
"ignorePatterns": [
3+
{
4+
"pattern": "https://github.com/WeBankFinTech/DataSphereStudio-Doc"
5+
}
6+
],
27
"timeout": "10s",
38
"retryOn429": true,
49
"retryCount": 10,
@@ -7,10 +12,6 @@
712
200,
813
401,
914
403
10-
],
11-
"exclude": [
12-
"https://github.com/WeBankFinTech/DataSphereStudio-Doc/blob/main/en_US/Installation_and_Deployment/DSS%26Linkis_one-click_deployment_document_stand-alone_version.md",
13-
"https://github.com/WeBankFinTech/DataSphereStudio-Doc/blob/main/zh_CN/%E5%AE%89%E8%A3%85%E9%83%A8%E7%BD%B2/DSS%26Linkis%E4%B8%80%E9%94%AE%E9%83%A8%E7%BD%B2%E6%96%87%E6%A1%A3%E5%8D%95%E6%9C%BA%E7%89%88.md"
1415
]
1516
}
1617

0 commit comments

Comments
 (0)