aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorgoueslati <[email protected]>2023-06-13 09:51:21 +0100
committergoueslati <[email protected]>2023-06-13 09:51:21 +0100
commit055f6afdccec98a8151b83cad3a87d8858c08e8c (patch)
tree78c97f82c92d6bd8f0906aee92243c52bcd31660 /.github
parent0053a8a1a7a2cced6179f0b0303fe2ccf173a662 (diff)
stm32-wpan: add doc metadata
Diffstat (limited to '.github')
-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 947823b1f..1402e742f 100755
--- a/.github/ci/doc.sh
+++ b/.github/ci/doc.sh
@@ -37,6 +37,7 @@ docserver-builder -i ./embassy-usb-logger -o crates/embassy-usb-logger/git.zup
37docserver-builder -i ./cyw43 -o crates/cyw43/git.zup 37docserver-builder -i ./cyw43 -o crates/cyw43/git.zup
38docserver-builder -i ./cyw43-pio -o crates/cyw43-pio/git.zup 38docserver-builder -i ./cyw43-pio -o crates/cyw43-pio/git.zup
39docserver-builder -i ./embassy-net-w5500 -o crates/embassy-net-w5500/git.zup 39docserver-builder -i ./embassy-net-w5500 -o crates/embassy-net-w5500/git.zup
40docserver-builder -i ./embassy-stm32-wpan -o crates/embassy-stm32-wpan/git.zup
40 41
41export KUBECONFIG=/ci/secrets/kubeconfig.yml 42export KUBECONFIG=/ci/secrets/kubeconfig.yml
42POD=$(kubectl -n embassy get po -l app=docserver -o jsonpath={.items[0].metadata.name}) 43POD=$(kubectl -n embassy get po -l app=docserver -o jsonpath={.items[0].metadata.name})