From b8f4eaddc4d19000b89fa6b43b37308e89d154fc Mon Sep 17 00:00:00 2001 From: tooomm Date: Sun, 2 Mar 2025 16:24:49 +0100 Subject: [PATCH] Update check_links.yml --- .github/workflows/check_links.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check_links.yml b/.github/workflows/check_links.yml index dab0fc3..53ce473 100644 --- a/.github/workflows/check_links.yml +++ b/.github/workflows/check_links.yml @@ -43,7 +43,7 @@ jobs: uses: lycheeverse/lychee-action@v2 with: args: '--dump --exclude www.w3.org -- tokens.xml' - output: lychee/out.md + output: lychee/url_list.md jobSummary: false # Check dumped URLs @@ -51,7 +51,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 './lychee/out.md' + args: --no-progress --require-https --cache --max-cache-age 8h './lychee/url_list.md' jobSummary: true # # Fallback if dump not working (TODO)