Skip to content

Commit

Permalink
dump12
Browse files Browse the repository at this point in the history
  • Loading branch information
tooomm committed Dec 4, 2022
1 parent 8e5ba8c commit 96ce2fa
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions .github/workflows/check_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,9 @@ jobs:
id: tokens_pic_urls
uses: lycheeverse/lychee-action@v1
with:
args: '--dump -- tokens.xml'
args: '--dump --exclude www.w3.org -- tokens.xml'
fail: true

- name: Print output from above dump1
shell: bash
run: cat /tmp/lychee/out.md

- name: List duplicated image links
if: steps.tokens_pic_urls.outcome == 'success'
shell: bash
Expand All @@ -58,14 +54,13 @@ jobs:
# Not possible yet due to missing job id number: https://github.community/t/get-action-job-id/17365
# echo "[:bar_chart: Image Hosting Statistics]($GITHUB_SERVER_URL/$GITHUB_REPOSITORY/runs/JOB_ID#step:8:0)" >> $GITHUB_STEP_SUMMARY
# Extract and check URLs directly from tokens.xml
#- name: Check tokens.xml URLs
# uses: lycheeverse/lychee-action@v1
# if: always()
# with:
# args: '--no-progress --require-https --cache --max-cache-age 1h -- tokens.xml'
# fail: true
# jobSummary: true
- name: Check extracted URLs from tokens.xml
uses: lycheeverse/lychee-action@v1
if: always()
with:
args: '--no-progress --require-https --cache --max-cache-age 1h -- /tmp/lychee/out.md'
fail: true
jobSummary: true

# Extract and check URLs directly from challenge_tokens.xml
#- name: Check challenge_tokens.xml URLs
Expand Down

0 comments on commit 96ce2fa

Please sign in to comment.