Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
Signed-off-by: David Brown <[email protected]>
  • Loading branch information
d3zd3z committed Sep 16, 2024
1 parent 3d925ca commit 4a98a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
cargo doc
cd ..
mkdir docout
mv zephyr-rust-lang-build/rust/target/thumbv7em-none-eabi/doc docout/nostd
mv build/rust/target/thumbv7em-none-eabi/doc docout/nostd
- name: Build build documentation
working-directory: zephyr-rust-lang
Expand Down

0 comments on commit 4a98a2d

Please sign in to comment.