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.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/ci/doc.sh b/.github/ci/doc.sh
index e410ffa35..f829582ab 100755
--- a/.github/ci/doc.sh
+++ b/.github/ci/doc.sh
@@ -36,6 +36,7 @@ docserver-builder -i ./embassy-usb-logger -o webroot/crates/embassy-usb-logger/g
36docserver-builder -i ./cyw43 -o webroot/crates/cyw43/git.zup 36docserver-builder -i ./cyw43 -o webroot/crates/cyw43/git.zup
37docserver-builder -i ./cyw43-pio -o webroot/crates/cyw43-pio/git.zup 37docserver-builder -i ./cyw43-pio -o webroot/crates/cyw43-pio/git.zup
38docserver-builder -i ./embassy-net-w5500 -o webroot/crates/embassy-net-w5500/git.zup 38docserver-builder -i ./embassy-net-w5500 -o webroot/crates/embassy-net-w5500/git.zup
39docserver-builder -i ./embassy-net-enc28j60 -o webroot/crates/embassy-net-enc28j60/git.zup
39docserver-builder -i ./embassy-net-esp-hosted -o webroot/crates/embassy-net-esp-hosted/git.zup 40docserver-builder -i ./embassy-net-esp-hosted -o webroot/crates/embassy-net-esp-hosted/git.zup
40docserver-builder -i ./embassy-stm32-wpan -o webroot/crates/embassy-stm32-wpan/git.zup --output-static webroot/static 41docserver-builder -i ./embassy-stm32-wpan -o webroot/crates/embassy-stm32-wpan/git.zup --output-static webroot/static
41 42