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 6c8c0376326974a382b15ce88946e2635023fb2e Author: Jay Chung <[email protected]> AuthorDate: Fri Nov 24 10:47:38 2023 +0800 revert test --- .github/workflows/dead-link-checker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dead-link-checker.yaml b/.github/workflows/dead-link-checker.yaml index f1d21b98de..f9bb79b60a 100644 --- a/.github/workflows/dead-link-checker.yaml +++ b/.github/workflows/dead-link-checker.yaml @@ -36,7 +36,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Prepare Related Resource - if: github.event_name == 'schedule' + if: github.event_name == 'schedule' || github.event_name == 'pull_request' run: ./scripts/prepare_docs.sh - run: npm install fs-extra --save-dev - name: Generate the images of Logs and Events
