From 5ca63f08d643f63cdc03baa2c3901c7b3e1140a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Fri, 24 Feb 2023 21:57:06 +0100 Subject: [PATCH] CI: Output detailed link checking errors --- .github/workflows/build.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cd52dee870..50807a8f0d 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 # #