From 7c77d2bd94afcc5dc174f9b3e5c2ce947c6fabb0 Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Fri, 15 Sep 2023 03:43:46 +0200 Subject: [PATCH] ci: reenable stm32 docs. --- .github/ci/doc.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/ci/doc.sh b/.github/ci/doc.sh index d889f922..66caa915 100755 --- a/.github/ci/doc.sh +++ b/.github/ci/doc.sh @@ -49,8 +49,7 @@ kubectl cp webroot/static $POD:/data # build and upload stm32 last # so that it doesn't prevent other crates from getting docs updates when it breaks. -# temporarily disabled because it's bringing CI down. -#rm -rf webroot -#docserver-builder -i ./embassy-stm32 -o webroot/crates/embassy-stm32/git.zup -#POD=$(kubectl -n embassy get po -l app=docserver -o jsonpath={.items[0].metadata.name}) -#kubectl cp webroot/crates $POD:/data +rm -rf webroot +docserver-builder -i ./embassy-stm32 -o webroot/crates/embassy-stm32/git.zup +POD=$(kubectl -n embassy get po -l app=docserver -o jsonpath={.items[0].metadata.name}) +kubectl cp webroot/crates $POD:/data