Update CI workflow

This commit is contained in:
Caleb Xu 2022-02-21 09:01:18 -05:00
parent 7ec25d1e06
commit 345ab8363a
No known key found for this signature in database
GPG Key ID: 2F67B6BC86DC4F00
1 changed files with 2 additions and 2 deletions

View File

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