temporary disable broken link checker

This commit is contained in:
neil 2022-11-09 20:58:10 +08:00
parent c420240f4b
commit 4d41a1cd65

View file

@ -68,13 +68,13 @@ jobs:
with: with:
target: build target: build
- name: Check for broken links # - name: Check for broken links
uses: lycheeverse/lychee-action@v1 # uses: lycheeverse/lychee-action@v1
with: # with:
fail: true # fail: true
args: --exclude twitter.com --verbose --no-progress './public/**/*.md' './public/**/*.html' # args: --verbose --no-progress './public/**/*.md' './public/**/*.html'
env: # env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} # GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with: