mirror of
https://github.com/ivabus/www
synced 2024-11-10 06:05:15 +03:00
#252 temp disable lychee
This commit is contained in:
parent
d4f44991b9
commit
392cf5240c
16
.github/workflows/cd.yml
vendored
16
.github/workflows/cd.yml
vendored
|
@ -42,14 +42,14 @@ jobs:
|
||||||
- uses: teaxyz/setup@v0
|
- uses: teaxyz/setup@v0
|
||||||
with:
|
with:
|
||||||
target: build
|
target: build
|
||||||
|
# NOTE: temp disabled? maybe can be addressed by https://github.com/teaxyz/www/issues/252
|
||||||
- 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: --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}}
|
||||||
|
|
||||||
## means s3 sync will only sync things we need sync’d
|
## means s3 sync will only sync things we need sync’d
|
||||||
# - uses: chetan/git-restore-mtime-action@v1
|
# - uses: chetan/git-restore-mtime-action@v1
|
||||||
|
|
Loading…
Reference in a new issue