aboutsummaryrefslogtreecommitdiff
path: root/.github/ci/doc.sh
diff options
context:
space:
mode:
Diffstat (limited to '.github/ci/doc.sh')
-rwxr-xr-x.github/ci/doc.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/ci/doc.sh b/.github/ci/doc.sh
index 0bbe7f690..aaccb8a67 100755
--- a/.github/ci/doc.sh
+++ b/.github/ci/doc.sh
@@ -16,10 +16,10 @@ mv rust-toolchain-nightly.toml rust-toolchain.toml
16# which makes rustup very sad 16# which makes rustup very sad
17rustc --version > /dev/null 17rustc --version > /dev/null
18 18
19docserver-builder -i ./embassy-boot/boot -o webroot/crates/embassy-boot/git.zup 19docserver-builder -i ./embassy-boot -o webroot/crates/embassy-boot/git.zup
20docserver-builder -i ./embassy-boot/nrf -o webroot/crates/embassy-boot-nrf/git.zup 20docserver-builder -i ./embassy-boot-nrf -o webroot/crates/embassy-boot-nrf/git.zup
21docserver-builder -i ./embassy-boot/rp -o webroot/crates/embassy-boot-rp/git.zup 21docserver-builder -i ./embassy-boot-rp -o webroot/crates/embassy-boot-rp/git.zup
22docserver-builder -i ./embassy-boot/stm32 -o webroot/crates/embassy-boot-stm32/git.zup 22docserver-builder -i ./embassy-boot-stm32 -o webroot/crates/embassy-boot-stm32/git.zup
23docserver-builder -i ./embassy-embedded-hal -o webroot/crates/embassy-embedded-hal/git.zup 23docserver-builder -i ./embassy-embedded-hal -o webroot/crates/embassy-embedded-hal/git.zup
24docserver-builder -i ./embassy-executor -o webroot/crates/embassy-executor/git.zup 24docserver-builder -i ./embassy-executor -o webroot/crates/embassy-executor/git.zup
25docserver-builder -i ./embassy-futures -o webroot/crates/embassy-futures/git.zup 25docserver-builder -i ./embassy-futures -o webroot/crates/embassy-futures/git.zup