Skip to content

Commit

Permalink
Disable deadlink check for related docs (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongjiajie authored Nov 30, 2024
1 parent 3ce7b14 commit f7c776c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .dlc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
},
{
"pattern": "^https://dolphinscheduler.apache.org"
},
{
"pattern": "[email protected]"
}
],
"replacementPatterns": [
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/dead-link-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ jobs:
timeout-minutes: 120
steps:
- uses: actions/checkout@v2
- name: Prepare Related Resource
if: github.event_name == 'schedule'
run: ./scripts/prepare_docs.sh
# TODO: Disable related document dead link check temporary, due to no one would like to fix it
# - name: Prepare Related Resource
# if: github.event_name == 'schedule'
# run: ./scripts/prepare_docs.sh
- run: npm install fs-extra --save-dev
- name: Generate the images of Logs and Events
run: node ./scripts/generate_imgs
Expand Down
2 changes: 1 addition & 1 deletion blog/zh-cn/Board_of_Directors_Report.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Chair: 代立冬
* GitHub issue
* 最活跃的 GitHub issues/ PR
## 邮件列表趋势:
Dev@DolphinScheder.apache.org 在过去的一个季度,流量增长 64%( 297 封电子邮件,上季度为 181 封):
dev@dolphinscheder.apache.org 在过去的一个季度,流量增长 64%( 297 封电子邮件,上季度为 181 封):

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

0 comments on commit f7c776c

Please sign in to comment.