ci: replace link checker report with failing job

This commit is contained in:
jo 2022-06-16 23:42:13 +02:00 committed by Kyle Robbertze
parent b5d923acd3
commit ca8214cd65
1 changed files with 1 additions and 11 deletions

View File

@ -53,16 +53,6 @@ jobs:
--exclude 'https://dir.xiph.org/cgi-bin/yp-cgi'
--exclude 'https://radio.indymedia.org/cgi-bin/yp-cgi'
--exclude 'https://www.ascap.com'
fail: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create Report
if: ${{ steps.lychee.outputs.exit_code != 0 }}
uses: peter-evans/create-issue-from-file@v4
with:
issue-number: 1589
title: Link Checker Report
content-filepath: ./lychee/out.md
labels: |
is: documentation
ci