mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-12 12:15:00 +00:00
static workflow: let lychee pretend to be curl (#4138)
This commit is contained in:
parent
c10d0e0da8
commit
b9586a0265
1 changed files with 2 additions and 2 deletions
|
@ -33,5 +33,5 @@ steps:
|
|||
depends_on: []
|
||||
commands:
|
||||
- lychee pipeline/frontend/yaml/linter/schema/schema.json
|
||||
- lychee --exclude localhost docs/docs/
|
||||
- lychee --exclude localhost docs/src/pages/
|
||||
- lychee --user-agent "curl/8.4.0" --exclude localhost docs/docs/
|
||||
- lychee --user-agent "curl/8.4.0" --exclude localhost docs/src/pages/
|
||||
|
|
Loading…
Reference in a new issue