aboutsummaryrefslogtreecommitdiff
path: root/.github/ci
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-09-15 03:43:46 +0200
committerDario Nieuwenhuis <[email protected]>2023-09-15 03:43:46 +0200
commit7c77d2bd94afcc5dc174f9b3e5c2ce947c6fabb0 (patch)
treed8acfc59b5f8014e42c0a1a7e75f217b75281dcc /.github/ci
parentf76d94098d056a2676b7619a02436e8132d8d091 (diff)
ci: reenable stm32 docs.
Diffstat (limited to '.github/ci')
-rwxr-xr-x.github/ci/doc.sh9
1 files changed, 4 insertions, 5 deletions
diff --git a/.github/ci/doc.sh b/.github/ci/doc.sh
index d889f922d..66caa9150 100755
--- a/.github/ci/doc.sh
+++ b/.github/ci/doc.sh
@@ -49,8 +49,7 @@ kubectl cp webroot/static $POD:/data
49# build and upload stm32 last 49# build and upload stm32 last
50# so that it doesn't prevent other crates from getting docs updates when it breaks. 50# so that it doesn't prevent other crates from getting docs updates when it breaks.
51 51
52# temporarily disabled because it's bringing CI down. 52rm -rf webroot
53#rm -rf webroot 53docserver-builder -i ./embassy-stm32 -o webroot/crates/embassy-stm32/git.zup
54#docserver-builder -i ./embassy-stm32 -o webroot/crates/embassy-stm32/git.zup 54POD=$(kubectl -n embassy get po -l app=docserver -o jsonpath={.items[0].metadata.name})
55#POD=$(kubectl -n embassy get po -l app=docserver -o jsonpath={.items[0].metadata.name}) 55kubectl cp webroot/crates $POD:/data
56#kubectl cp webroot/crates $POD:/data