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 edc9a1f7dc9 Fix : add filter to fix deadlink (#31239)
edc9a1f7dc9 is described below

commit edc9a1f7dc9aac8847f5a355cd4e31f996f3f0a0
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Thu May 16 12:44:04 2024 +0800

    Fix : add filter to fix deadlink (#31239)
---
 .github/workflows/nightly-check.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/nightly-check.yml 
b/.github/workflows/nightly-check.yml
index e26e8b69a13..ca805bed143 100644
--- a/.github/workflows/nightly-check.yml
+++ b/.github/workflows/nightly-check.yml
@@ -120,7 +120,7 @@ jobs:
       - run: sudo npm install -g [email protected]
       - name: Check dead link
         run: |
-          IGNORED_PATH_LIST=("./docs/document/themes" 
"./docs/community/content/powered-by" "./docs/blog/content/material" 
"./docs/blog/themes")
+          IGNORED_PATH_LIST=("./docs/document/themes" 
"./docs/community/content/powered-by" "./docs/blog/content/material" 
"./docs/blog/themes" "./docs/community/themes")
           ignore_current_file=false
           
           for file in $(find . -name "*.md"); do

Reply via email to