diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2023-04-20 07:12:35 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-20 07:12:35 +0000 |
| commit | 9b51c8f4d441a3e1550305c126e9f74fff030fd5 (patch) | |
| tree | 59dc799f0deb6025da8afdf0fe3748772f1fde80 /.github | |
| parent | 54fe50c685a37c7edaf7bd0fcd2d473109d1374d (diff) | |
| parent | f67eb84ec73c74170de37a15f26cd9d82756d706 (diff) | |
Merge #1385
1385: feat: add embassy-boot-rp to the doc builder r=lulf a=elpiel
Co-authored-by: Lachezar Lechev <[email protected]>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/doc.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index cb222803b..411b7589f 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml | |||
| @@ -61,6 +61,7 @@ jobs: | |||
| 61 | mkdir crates | 61 | mkdir crates |
| 62 | builder ./embassy-boot/boot crates/embassy-boot/git.zup | 62 | builder ./embassy-boot/boot crates/embassy-boot/git.zup |
| 63 | builder ./embassy-boot/nrf crates/embassy-boot-nrf/git.zup | 63 | builder ./embassy-boot/nrf crates/embassy-boot-nrf/git.zup |
| 64 | builder ./embassy-boot/rp crates/embassy-boot-rp/git.zup | ||
| 64 | builder ./embassy-boot/stm32 crates/embassy-boot-stm32/git.zup | 65 | builder ./embassy-boot/stm32 crates/embassy-boot-stm32/git.zup |
| 65 | builder ./embassy-cortex-m crates/embassy-cortex-m/git.zup | 66 | builder ./embassy-cortex-m crates/embassy-cortex-m/git.zup |
| 66 | builder ./embassy-embedded-hal crates/embassy-embedded-hal/git.zup | 67 | builder ./embassy-embedded-hal crates/embassy-embedded-hal/git.zup |
| @@ -84,5 +85,3 @@ jobs: | |||
| 84 | echo "${{secrets.KUBECONFIG}}" > ~/.kube/config | 85 | echo "${{secrets.KUBECONFIG}}" > ~/.kube/config |
| 85 | POD=$(kubectl -n embassy get po -l app=docserver -o jsonpath={.items[0].metadata.name}) | 86 | POD=$(kubectl -n embassy get po -l app=docserver -o jsonpath={.items[0].metadata.name}) |
| 86 | kubectl cp crates $POD:/data | 87 | kubectl cp crates $POD:/data |
| 87 | |||
| 88 | \ No newline at end of file | ||
