mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
CI: Output detailed link checking errors
This commit is contained in:
parent
0fc86d972c
commit
5ca63f08d6
1 changed files with 9 additions and 9 deletions
18
.github/workflows/build.yml
vendored
18
.github/workflows/build.yml
vendored
|
@ -344,14 +344,14 @@ jobs:
|
|||
run: |
|
||||
td=$(mktemp -d)
|
||||
cp -r target/doc $td/api
|
||||
lychee --offline $td/api/rtic/
|
||||
lychee --offline $td/api/rtic_macros/
|
||||
lychee --offline $td/api/rtic_arbiter/
|
||||
lychee --offline $td/api/rtic_channel/
|
||||
lychee --offline $td/api/rtic_common/
|
||||
lychee --offline $td/api/rtic_macros/
|
||||
lychee --offline $td/api/rtic_monotonics/
|
||||
lychee --offline $td/api/rtic_time/
|
||||
lychee --offline --format detailed $td/api/rtic/
|
||||
lychee --offline --format detailed $td/api/rtic_macros/
|
||||
lychee --offline --format detailed $td/api/rtic_arbiter/
|
||||
lychee --offline --format detailed $td/api/rtic_channel/
|
||||
lychee --offline --format detailed $td/api/rtic_common/
|
||||
lychee --offline --format detailed $td/api/rtic_macros/
|
||||
lychee --offline --format detailed $td/api/rtic_monotonics/
|
||||
lychee --offline --format detailed $td/api/rtic_time/
|
||||
|
||||
# Build the books
|
||||
mdbook:
|
||||
|
@ -387,7 +387,7 @@ jobs:
|
|||
cp -r book/en/book $td/book/en
|
||||
cp LICENSE-* $td/book/en
|
||||
|
||||
lychee --offline $td/book/en/
|
||||
lychee --offline --format detailed $td/book/en/
|
||||
|
||||
# # Update stable branch
|
||||
# #
|
||||
|
|
Loading…
Reference in a new issue