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

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

commit cc2330a29d8f31a1ba67aeadf633407d7113b286
Author: Jay Chung <[email protected]>
AuthorDate: Fri Nov 24 10:47:30 2023 +0800

    fix: deadlink checker pattern
---
 .dlc.json | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.dlc.json b/.dlc.json
index 4e9489664d..40dac8b5c4 100644
--- a/.dlc.json
+++ b/.dlc.json
@@ -11,6 +11,9 @@
     },
     {
       "pattern": "^https://dolphinscheduler.apache.org";
+    },
+    {
+      "pattern": ".github/workflows"
     }
   ],
   "replacementPatterns": [

Reply via email to