mirror of
https://github.com/ivabus/www
synced 2024-11-22 14:35:06 +03:00
temporary disable broken link checker
This commit is contained in:
parent
c420240f4b
commit
4d41a1cd65
1 changed files with 7 additions and 7 deletions
14
.github/workflows/staging.yml
vendored
14
.github/workflows/staging.yml
vendored
|
@ -68,13 +68,13 @@ jobs:
|
|||
with:
|
||||
target: build
|
||||
|
||||
- name: Check for broken links
|
||||
uses: lycheeverse/lychee-action@v1
|
||||
with:
|
||||
fail: true
|
||||
args: --exclude twitter.com --verbose --no-progress './public/**/*.md' './public/**/*.html'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
# - 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}}
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue