diff --git a/.github/workflows/check_links.yml b/.github/workflows/check_links.yml index 7d1b2be..dab0fc3 100644 --- a/.github/workflows/check_links.yml +++ b/.github/workflows/check_links.yml @@ -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/out.md' jobSummary: true # # Fallback if dump not working (TODO)