From d5f186a897fb43eea2e52ca316d083290f6e33ed Mon Sep 17 00:00:00 2001 From: zzyyyl Date: Sun, 21 Jul 2024 16:01:51 +0800 Subject: [PATCH] ci: markdown-checker exclude https://ark.yituliu.cn/ --- .github/workflows/markdown-checker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/markdown-checker.yml b/.github/workflows/markdown-checker.yml index 28afd14c71..dbc8396eb6 100644 --- a/.github/workflows/markdown-checker.yml +++ b/.github/workflows/markdown-checker.yml @@ -44,6 +44,7 @@ jobs: # 主要用于检查相对链接,对于 Github Actions 无法访问的网站,或者失效的外部网站,可以通过 --exclude 参数排除 args: > --verbose --no-progress --cache --max-cache-age 1d + --exclude 'https://ark.yituliu.cn/.*' --exclude 'https://map\.ark-nights\.com/areas' --exclude 'https://.*\.maa-org\.net/.*' --exclude 'https://support\.bluestacks\.com/.*'