Skip to content

Commit f7c776c

Browse files
authored
Disable deadlink check for related docs (#969)
1 parent 3ce7b14 commit f7c776c

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.dlc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
},
1212
{
1313
"pattern": "^https://dolphinscheduler.apache.org"
14+
},
15+
{
16+
"pattern": "[email protected]"
1417
}
1518
],
1619
"replacementPatterns": [

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ jobs:
3535
timeout-minutes: 120
3636
steps:
3737
- uses: actions/checkout@v2
38-
- name: Prepare Related Resource
39-
if: github.event_name == 'schedule'
40-
run: ./scripts/prepare_docs.sh
38+
# TODO: Disable related document dead link check temporary, due to no one would like to fix it
39+
# - name: Prepare Related Resource
40+
# if: github.event_name == 'schedule'
41+
# run: ./scripts/prepare_docs.sh
4142
- run: npm install fs-extra --save-dev
4243
- name: Generate the images of Logs and Events
4344
run: node ./scripts/generate_imgs

blog/zh-cn/Board_of_Directors_Report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Chair: 代立冬
3535
* GitHub issue
3636
* 最活跃的 GitHub issues/ PR
3737
## 邮件列表趋势:
38-
Dev@DolphinScheder.apache.org 在过去的一个季度,流量增长 64%( 297 封电子邮件,上季度为 181 封):
38+
dev@dolphinscheder.apache.org 在过去的一个季度,流量增长 64%( 297 封电子邮件,上季度为 181 封):
3939

4040
<div align=center>
4141
<img src="/img/2022-1-13/640-1.png"/>

0 commit comments

Comments
 (0)