Do not fail hard on link errors

This commit is contained in:
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

View File

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