You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ki...@apache.org on 2022/01/26 05:02:12 UTC

[dolphinscheduler-website] branch master updated: Pin the link checker to a working version (#658)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a6f8eaf  Pin the link checker to a working version (#658)
a6f8eaf is described below

commit a6f8eafa05442e7d0be1dd31bcfb8b5efc4f45f0
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Wed Jan 26 13:02:05 2022 +0800

    Pin the link checker to a working version (#658)
---
 .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 markdown-link-check@3.8.7
       - run: |
           for file in $(find . -name "*.md"); do
             markdown-link-check -c .dlc.json -q "$file"