We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 724e80e commit 953905aCopy full SHA for 953905a
.github/workflows/docs.yml
@@ -50,17 +50,7 @@ jobs:
50
working-directory: zephyr-rust-lang/docgen
51
run: |
52
# Note that the above build doesn't set Zephyrbase, so we'll need to do that here.
53
- source ../../zephyr/zephyr-env.sh
54
- rm -rf .cargo
55
- mkdir .cargo
56
- cd .cargo
57
- ln -s ../../build/rust/sample-cargo-config.toml config.toml
58
- cat config.toml
59
- cd ..
60
- pwd
61
- ls -l
62
- cargo doc
63
+ west build -t rustdoc -b nrf52840dk/nrf52840 docgen
64
mkdir docout
65
mv build/rust/target/thumbv7em-none-eabi/doc docout/nostd
66
cp docs/top-index.html docout/index.html
0 commit comments