diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2023-02-24 22:26:33 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2023-03-01 00:35:25 +0100 |
| commit | 073e41d03dc5412c82e954b45c01b61c94ecb934 (patch) | |
| tree | 87e6aaf74fb89754fff3352fcdb0650a70b31360 /.github/workflows | |
| parent | 4c2f550ee61cfd61f1877b77c7755c539232b6d8 (diff) | |
CI: Make it clear what has been linkchecked
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3f2c8c1..c264373 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: | |
