From 2f8dcb1b82c85688bd55826e9a0c47827bf6cc87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Thu, 2 Mar 2023 20:09:39 +0100 Subject: [PATCH] ci: rtic-sync for docs --- .github/workflows/build.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f44ed432fc..979fdab971 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -263,12 +263,6 @@ jobs: 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/ @@ -277,6 +271,9 @@ jobs: echo rtic_monotonics lychee --offline --format detailed $td/api/rtic_monotonics/ + + echo rtic_sync + lychee --offline --format detailed $td/api/rtic_sync/ echo rtic_time lychee --offline --format detailed $td/api/rtic_time/