ci: skip development.md file when running lychee
This commit is contained in:
parent
563618cc9e
commit
5d138a7e5e
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ cargo clippy \
|
|||
[[task]]
|
||||
name = "lychee"
|
||||
group = "lints"
|
||||
script = "lychee --verbose --offline docs *.md"
|
||||
script = "lychee --verbose --offline docs *.md --exclude development.md"
|
||||
|
||||
[[task]]
|
||||
name = "cargo/all"
|
||||
|
|
Loading…
Add table
Reference in a new issue