ci: reenable stm32 docs.
This commit is contained in:
parent
f76d94098d
commit
7c77d2bd94
1 changed files with 4 additions and 5 deletions
9
.github/ci/doc.sh
vendored
9
.github/ci/doc.sh
vendored
|
@ -49,8 +49,7 @@ kubectl cp webroot/static $POD:/data
|
||||||
# build and upload stm32 last
|
# build and upload stm32 last
|
||||||
# so that it doesn't prevent other crates from getting docs updates when it breaks.
|
# 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
|
||||||
#rm -rf webroot
|
docserver-builder -i ./embassy-stm32 -o webroot/crates/embassy-stm32/git.zup
|
||||||
#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})
|
||||||
#POD=$(kubectl -n embassy get po -l app=docserver -o jsonpath={.items[0].metadata.name})
|
kubectl cp webroot/crates $POD:/data
|
||||||
#kubectl cp webroot/crates $POD:/data
|
|
||||||
|
|
Loading…
Reference in a new issue