Skip to content

Commit

Permalink
Update linkchecker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dend authored Jan 2, 2025
1 parent 83251ce commit a5a291d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/linkchecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:
args: --verbose --accept=200,429,403 --exclude-file .lycheeexclude --no-progress "**/*.md" --exclude-mail
continue-on-error: true

- name: Create Issue From File
if: always() && steps.lychee.conclusion != 'success' && github.event_name != 'pull_request'
if: always() && steps.lychee.outcome == 'failure' && github.event_name != 'pull_request'
uses: peter-evans/create-issue-from-file@main
with:
title: Link Checker Report
Expand Down

0 comments on commit a5a291d

Please sign in to comment.