From c57d13dc1d03d4ccece74da335c6931c0d4fd178 Mon Sep 17 00:00:00 2001 From: precondition <57645186+precondition@users.noreply.github.com> Date: Mon, 13 Jan 2025 13:47:24 +0100 Subject: [PATCH] Set debug verbosity for broken links crawler --- .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 03fc6e39..f19282a8 100644 --- a/.github/workflows/broken-links-crawler.yml +++ b/.github/workflows/broken-links-crawler.yml @@ -24,4 +24,4 @@ jobs: exclude_url_prefix: "/assets,https://mechdb.net" max_retries: 2 max_depth: 3 - verbose: true + verbose: debug