This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch kezhenxu94-patch-1 in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git
commit 766e795334d3c3488893801d622ed7ac4977256a Author: kezhenxu94 <[email protected]> AuthorDate: Wed Jan 26 12:49:04 2022 +0800 Pin the link checker to a working version --- .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 1934585..6090dc8 100644 --- a/.github/workflows/dead-link-checker.yaml +++ b/.github/workflows/dead-link-checker.yaml @@ -29,7 +29,7 @@ jobs: timeout-minutes: 30 steps: - uses: actions/checkout@v2 - - run: sudo npm install -g markdown-link-check + - run: sudo npm install -g [email protected] - run: | for file in $(find . -name "*.md"); do markdown-link-check -c .dlc.json -q "$file"
