This is an automated email from the ASF dual-hosted git repository. zhongjiajie pushed a commit to branch dl in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git
commit 57b4ad234ac0fe313211114a9e35d36b5476ea0f Author: Jay Chung <[email protected]> AuthorDate: Sat Jun 14 09:05:07 2025 +0800 ci: fix dl failed --- .github/workflows/dead-link-checker.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/dead-link-checker.yaml b/.github/workflows/dead-link-checker.yaml index 5ad6e60098..a6036bdd03 100644 --- a/.github/workflows/dead-link-checker.yaml +++ b/.github/workflows/dead-link-checker.yaml @@ -67,3 +67,6 @@ jobs: markdown-link-check -c .dlc.json -q "$file" & done wait || { EXIT_CODE=$?; cleanup; } + + +
