From 073e41d03dc5412c82e954b45c01b61c94ecb934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Fri, 24 Feb 2023 22:26:33 +0100 Subject: [PATCH] CI: Make it clear what has been linkchecked --- .github/workflows/build.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3f2c8c1bdb..c2643738e4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -344,14 +344,30 @@ jobs: run: | td=$(mktemp -d) cp -r target/doc $td/api + echo rtic lychee --offline --format detailed $td/api/rtic/ + + echo rtic_macros lychee --offline --format detailed $td/api/rtic_macros/ + + echo rtic_arbiter lychee --offline --format detailed $td/api/rtic_arbiter/ + + echo rtic_channel lychee --offline --format detailed $td/api/rtic_channel/ + + echo rtic_common lychee --offline --format detailed $td/api/rtic_common/ + + echo rtic_macros lychee --offline --format detailed $td/api/rtic_macros/ + + echo rtic_monotonics lychee --offline --format detailed $td/api/rtic_monotonics/ + + echo rtic_time lychee --offline --format detailed $td/api/rtic_time/ + - name: Archive the API docs run: |