From 2a90b2c4e020e5bb51d012f3d5d7375d1bc2bb6a Mon Sep 17 00:00:00 2001 From: Loong Date: Wed, 17 Jul 2024 15:43:59 +0100 Subject: [PATCH] ci: ignore more site (#9698) --- .github/workflows/markdown-checker.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/markdown-checker.yml b/.github/workflows/markdown-checker.yml index 95fd13e6b7..bbfe10d444 100644 --- a/.github/workflows/markdown-checker.yml +++ b/.github/workflows/markdown-checker.yml @@ -66,7 +66,8 @@ jobs: --exclude 'https://support\.bluestacks\.com/.*' --exclude 'https://www\.bigfun\.cn/.*' --exclude 'https://myqqbot\.com/.*' - --exclude 'http://xn--2qqv08bx5e\.com/' + --exclude 'http://xn--\w+\.com/' + --exclude 'https://mywebsite\.com/.*' --exclude-path 'docs/zh-tw/manual/introduction/introduction_old.md' --exclude-path 'docs/ja-jp/manual/introduction/introduction_old.md' -- './docs/**/*.md' './README.md'