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 3875777 commit b8f4ead
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ 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
- name: Check token art URLs
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)
Expand Down

0 comments on commit b8f4ead

Please sign in to comment.