aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rwxr-xr-x.github/ci/doc.sh9
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/ci/doc.sh b/.github/ci/doc.sh
index c317a12e3..d889f922d 100755
--- a/.github/ci/doc.sh
+++ b/.github/ci/doc.sh
@@ -48,8 +48,9 @@ kubectl cp webroot/static $POD:/data
48 48
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.
51rm -rf webroot
52docserver-builder -i ./embassy-stm32 -o webroot/crates/embassy-stm32/git.zup
53 51
54POD=$(kubectl -n embassy get po -l app=docserver -o jsonpath={.items[0].metadata.name}) 52# temporarily disabled because it's bringing CI down.
55kubectl cp webroot/crates $POD:/data 53#rm -rf webroot
54#docserver-builder -i ./embassy-stm32 -o webroot/crates/embassy-stm32/git.zup
55#POD=$(kubectl -n embassy get po -l app=docserver -o jsonpath={.items[0].metadata.name})
56#kubectl cp webroot/crates $POD:/data