This is an automated email from the ASF dual-hosted git repository.

zihaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new f7c776c5bd Disable deadlink check for related docs (#969)
f7c776c5bd is described below

commit f7c776c5bd6c31f407896bd638bf868fb51c0c98
Author: Jay Chung <[email protected]>
AuthorDate: Sat Nov 30 18:07:12 2024 +0800

    Disable deadlink check for related docs (#969)
---
 .dlc.json                                | 3 +++
 .github/workflows/dead-link-checker.yaml | 7 ++++---
 blog/zh-cn/Board_of_Directors_Report.md  | 2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/.dlc.json b/.dlc.json
index 4e9489664d..e59a425ffe 100644
--- a/.dlc.json
+++ b/.dlc.json
@@ -11,6 +11,9 @@
     },
     {
       "pattern": "^https://dolphinscheduler.apache.org";
+    },
+    {
+      "pattern": "[email protected]"
     }
   ],
   "replacementPatterns": [
diff --git a/.github/workflows/dead-link-checker.yaml 
b/.github/workflows/dead-link-checker.yaml
index f1d21b98de..54b4a524cd 100644
--- a/.github/workflows/dead-link-checker.yaml
+++ b/.github/workflows/dead-link-checker.yaml
@@ -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
diff --git a/blog/zh-cn/Board_of_Directors_Report.md 
b/blog/zh-cn/Board_of_Directors_Report.md
index 9e9db9ffe0..c6053b28e8 100644
--- a/blog/zh-cn/Board_of_Directors_Report.md
+++ b/blog/zh-cn/Board_of_Directors_Report.md
@@ -35,7 +35,7 @@ Chair: 代立冬
 * GitHub issue
 * 最活跃的 GitHub issues/ PR
 ## 邮件列表趋势:
[email protected] 在过去的一个季度,流量增长 64%( 297 封电子邮件,上季度为 181 封):
[email protected] 在过去的一个季度,流量增长 64%( 297 封电子邮件,上季度为 181 封):
 
 <div align=center>
 <img src="/img/2022-1-13/640-1.png"/>

Reply via email to