From 31db59e75f41ad93aff090447cf91e8ae2d1a859 Mon Sep 17 00:00:00 2001 From: precondition <57645186+precondition@users.noreply.github.com> Date: Sun, 5 May 2024 20:10:17 +0200 Subject: [PATCH] Try excluding all HTTPS (for debugging) --- .github/workflows/broken-links-crawler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/broken-links-crawler.yml b/.github/workflows/broken-links-crawler.yml index 230a75d1..55073116 100644 --- a/.github/workflows/broken-links-crawler.yml +++ b/.github/workflows/broken-links-crawler.yml @@ -19,7 +19,7 @@ jobs: uses: ScholliYT/Broken-Links-Crawler-Action@v3.3.1 with: website_url: "https://keymapdb.com" - exclude_url_prefix: 'mailto:,https://keymapdb.com/assets/' + exclude_url_prefix: 'https://' max_retries: 2 max_depth: 2 verbose: true