This is an automated email from the ASF dual-hosted git repository. zhongjiajie pushed a commit to branch skip-py-docs in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git
commit 81206ca1777c93a475b29e7ca0c25b43ad90543a 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; } + + +
