mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
ci: rtic-sync for docs
This commit is contained in:
parent
ff4ddcb215
commit
2f8dcb1b82
1 changed files with 3 additions and 6 deletions
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
|
@ -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/
|
||||
|
||||
|
@ -278,6 +272,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/
|
||||
|
||||
|
|
Loading…
Reference in a new issue