temporay exclude twitter

This commit is contained in:
neil 2022-11-09 20:46:19 +08:00
parent 576a92928f
commit 49a915e1dc

View file

@ -72,7 +72,7 @@ jobs:
uses: lycheeverse/lychee-action@v1
with:
fail: true
args: --verbose --no-progress './public/**/*.md' './public/**/*.html'
args: --exclude twitter.com --verbose --no-progress './public/**/*.md' './public/**/*.html'
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}