mirror of
https://github.com/ivabus/www
synced 2024-11-22 14:15:06 +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
|
||||
with:
|
||||
fail: true
|
||||
args: --verbose --no-progress './public/**/*.md' './public/**/*.html'
|
||||
args: --exclude twitter.com --verbose --no-progress './public/**/*.md' './public/**/*.html'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
|
||||
|
|
Loading…
Reference in a new issue