diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-09-15 03:43:46 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-09-15 03:43:46 +0200 |
| commit | 7c77d2bd94afcc5dc174f9b3e5c2ce947c6fabb0 (patch) | |
| tree | d8acfc59b5f8014e42c0a1a7e75f217b75281dcc /.github/ci | |
| parent | f76d94098d056a2676b7619a02436e8132d8d091 (diff) | |
ci: reenable stm32 docs.
Diffstat (limited to '.github/ci')
| -rwxr-xr-x | .github/ci/doc.sh | 9 |
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. | 52 | rm -rf webroot |
| 53 | #rm -rf webroot | 53 | docserver-builder -i ./embassy-stm32 -o webroot/crates/embassy-stm32/git.zup |
| 54 | #docserver-builder -i ./embassy-stm32 -o webroot/crates/embassy-stm32/git.zup | 54 | POD=$(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}) | 55 | kubectl cp webroot/crates $POD:/data |
| 56 | #kubectl cp webroot/crates $POD:/data | ||
