Skip to content

Commit 4a98a2d

Browse files
committed
fix path
Signed-off-by: David Brown <[email protected]>
1 parent 3d925ca commit 4a98a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
cargo doc
5858
cd ..
5959
mkdir docout
60-
mv zephyr-rust-lang-build/rust/target/thumbv7em-none-eabi/doc docout/nostd
60+
mv build/rust/target/thumbv7em-none-eabi/doc docout/nostd
6161
6262
- name: Build build documentation
6363
working-directory: zephyr-rust-lang

0 commit comments

Comments
 (0)