Skip to content

Commit

Permalink
Update links.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinvanrijn authored Oct 9, 2024
1 parent b23912a commit c4b4d50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ jobs:
- name: lychee
id: lychee
uses: lycheeverse/[email protected]
continue-on-error: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:
args: '-m 0 -a "200" -t 300 --max-retries 0 --max-concurrency 1 --include-mail --require-https --format markdown -u "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" -- README.html'
fail: false # Don't fail action on broken links
- name: Links
if: env.lychee_exit_code != 0
shell: bash
Expand Down

0 comments on commit c4b4d50

Please sign in to comment.