Do not fail hard on link errors

pull/209/head
Herman Slatman 2021-07-05 20:28:24 +02:00
parent 6728f799a0
commit 90276c0691
No known key found for this signature in database
GPG Key ID: F4D8A44EA0A75A4F
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ jobs:
args: --verbose --no-progress **/*.md **/*.html
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Fail if there were link errors
run: exit ${{ steps.lychee.outputs.exit_code }}
#- name: Fail if there were link errors
# run: exit ${{ steps.lychee.outputs.exit_code }}
# - name: Create Issue From File
# uses: peter-evans/create-issue-from-file@v2