From 9039b0ba48ab7141b8d5e8928dbdaf152b560204 Mon Sep 17 00:00:00 2001 From: tooomm Date: Mon, 6 Jul 2026 16:06:52 +0200 Subject: [PATCH] Use verbose mode to track redirects --- .github/workflows/check_links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_links.yml b/.github/workflows/check_links.yml index 78fceae..972a21b 100644 --- a/.github/workflows/check_links.yml +++ b/.github/workflows/check_links.yml @@ -53,7 +53,7 @@ jobs: if: steps.tokens_pic_urls.outcome == 'success' uses: lycheeverse/lychee-action@v2 with: - args: --no-progress --require-https --cache --max-cache-age 8h -- url_list.md + args: --no-progress --verbose --require-https --cache --max-cache-age 8h -- url_list.md jobSummary: true # List helpful stats on missing pictures