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 b8f4ead commit e4867e9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/check_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,20 @@ jobs:
id: tokens_pic_urls
uses: lycheeverse/lychee-action@v2
with:
args: '--dump --exclude www.w3.org -- tokens.xml'
args: --dump --exclude www.w3.org -- tokens.xml
output: lychee/url_list.md
jobSummary: false

# Print output
- name: Print List of URLs
run: cat .lychee/url_list.md

# 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/url_list.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 e4867e9

Please sign in to comment.