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 <[email protected]>
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 [email protected]
       - run: |
           for file in $(find . -name "*.md"); do
             markdown-link-check -c .dlc.json -q "$file"

Reply via email to