aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@tjaders.com>2023-02-24 21:57:06 +0100
committerHenrik Tjäder <henrik@tjaders.com>2023-03-01 00:35:25 +0100
commit5ca63f08d643f63cdc03baa2c3901c7b3e1140a0 (patch)
tree9ecb126ae4023b7d0f465a9dd16fc615cecaa181 /.github/workflows/build.yml
parent0fc86d972c0305e73252dc20d702d647eb342ee5 (diff)
CI: Output detailed link checking errors
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index cd52dee..50807a8 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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
# #