Skip to content

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
tooomm authored Mar 2, 2025
1 parent 5711ad8 commit 2460a40
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/check_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,12 @@ jobs:
output: lychee/out.md
jobSummary: false

# Print as test
- name: Print Output
run: cat ./lychee/out.md

# Check dumped URLs
- name: Check token art URLs
if: steps.tokens_pic_urls.outcome == 'success'
uses: lycheeverse/lychee-action@v2
with:
args: '${{env.lychee_args}} -- ./lychee/out.md'
args: '${{env.lychee_args}} -- lychee/out.md'
jobSummary: true

# # Fallback if dump not working (TODO)
Expand Down

0 comments on commit 2460a40

Please sign in to comment.