CI: Output detailed link checking errors

This commit is contained in:
Henrik Tjäder 2023-02-24 21:57:06 +01:00
parent 0fc86d972c
commit 5ca63f08d6

View file

@ -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
# #