#252 temp disable lychee

This commit is contained in:
neil 2022-12-31 08:48:09 +08:00
parent d4f44991b9
commit 392cf5240c

View file

@ -42,14 +42,14 @@ jobs:
- uses: teaxyz/setup@v0
with:
target: build
- name: Check for broken links
uses: lycheeverse/lychee-action@v1
with:
fail: true
args: --verbose --no-progress './public/**/*.md' './public/**/*.html'
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
# NOTE: temp disabled? maybe can be addressed by https://github.com/teaxyz/www/issues/252
# - name: Check for broken links
# uses: lycheeverse/lychee-action@v1
# with:
# fail: true
# args: --verbose --no-progress './public/**/*.md' './public/**/*.html'
# env:
# GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
## means s3 sync will only sync things we need syncd
# - uses: chetan/git-restore-mtime-action@v1