Ignore persistent CI failure

This commit is contained in:
Caleb Xu 2021-06-08 21:44:10 -04:00
parent 788c41203e
commit 190e883851
No known key found for this signature in database
GPG Key ID: 2F67B6BC86DC4F00
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ jobs:
- name: Check links
id: lychee
uses: lycheeverse/lychee-action@v1.0.8
with:
args: --verbose --no-progress --exclude wiki.bash-hackers.org/* README.md README_ZH-CN.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}