You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by du...@apache.org on 2023/06/08 02:03:59 UTC

[shardingsphere] branch master updated: Refactor nightly workflows deadlink checker (#26105)

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

duanzhengqiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 69a3feadef0 Refactor nightly workflows deadlink checker (#26105)
69a3feadef0 is described below

commit 69a3feadef0679d227cbebd6586a886dae32b7fd
Author: 孙念君 Nianjun Sun <su...@apache.org>
AuthorDate: Thu Jun 8 10:03:51 2023 +0800

    Refactor nightly workflows deadlink checker (#26105)
    
    * Refactor : refactor the deadlink chcker workflow
    
    * Refactor : refactor the deadlink chcker workflow
---
 .github/workflows/nightly-check.yml                                   | 4 ++--
 .../{markdown-link-check-config.json => markdown-link-check.json}     | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/nightly-check.yml b/.github/workflows/nightly-check.yml
index 8597fac137f..a4a5e726e21 100644
--- a/.github/workflows/nightly-check.yml
+++ b/.github/workflows/nightly-check.yml
@@ -139,7 +139,7 @@ jobs:
     if: (github.repository == 'apache/shardingsphere')
     name: Check - Dead Links
     runs-on: ubuntu-latest
-    timeout-minutes: 20
+    timeout-minutes: 10
     steps:
       - uses: actions/checkout@v3
       - run: sudo npm install -g markdown-link-check@3.10.0
@@ -149,5 +149,5 @@ jobs:
               if [ -d "$file" ]; then
                 continue
               fi
-            markdown-link-check -c .github/workflows/resources/linkcheck/.dlc.json -q "$file"
+            markdown-link-check -c .github/workflows/resources/linkcheck/markdown-link-check.json -q "$file"
           done
diff --git a/.github/workflows/resources/linkcheck/markdown-link-check-config.json b/.github/workflows/resources/linkcheck/markdown-link-check.json
similarity index 100%
rename from .github/workflows/resources/linkcheck/markdown-link-check-config.json
rename to .github/workflows/resources/linkcheck/markdown-link-check.json