mirror of
https://github.com/ivabus/www
synced 2025-06-08 13:30:26 +03:00
temporay exclude twitter
This commit is contained in:
parent
576a92928f
commit
49a915e1dc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/staging.yml
vendored
2
.github/workflows/staging.yml
vendored
|
@ -72,7 +72,7 @@ jobs:
|
||||||
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: --exclude twitter.com --verbose --no-progress './public/**/*.md' './public/**/*.html'
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue