Skip to content

Commit bea46d7

Browse files
committed
fix: doc paths
1 parent 7c18a6d commit bea46d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
run: |
3030
mv rust-toolchain-nightly.toml rust-toolchain.toml
3131
mkdir crates
32-
docserver-builder -i trouble-host -o crates/trouble-host/git.zup
33-
docserver-builder -i trouble-host-macros -o crates/trouble-host-macros/git.zup
32+
docserver-builder -i host -o crates/trouble-host/git.zup
33+
docserver-builder -i host-macros -o crates/trouble-host-macros/git.zup
3434
3535
- name: upload
3636
run: |

0 commit comments

Comments
 (0)