Skip to content

Commit

Permalink
Update check_links.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tooomm authored Mar 2, 2025
1 parent b06a7df commit 94c7c91
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/check_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:

name: Check image links
runs-on: ubuntu-latest
env:
lychee_args: '--no-progress --require-https --cache --max-cache-age 8h --exclude http://www.w3.org'

steps:
- name: Checkout
Expand Down Expand Up @@ -53,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)
Expand Down

0 comments on commit 94c7c91

Please sign in to comment.