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'