aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-09-12 01:43:57 +0200
committerDario Nieuwenhuis <[email protected]>2023-09-12 01:43:57 +0200
commite11db9fa5934882dbf332aaacb676bbe370c1aa1 (patch)
tree8868bec40a16ef47d78fa0f140dd534fd601f4ba /.github
parentf877a5889d8b2a89b09a0bda1bb740cfb7eae64c (diff)
ci: disable stm32 docs build temporarily because it's bringing CI down for some reason.
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