We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cea79e4 commit 0f3da60Copy full SHA for 0f3da60
.github/workflows/site.yml
@@ -27,7 +27,7 @@ jobs:
27
- run: cargo run --bin rune -- doc --output target/site/docs
28
env:
29
RUST_LOG: rune=info
30
- - run: mdbook build -d ../target/site/book book
+ - run: mdbook build -d target/site/book book
31
- uses: dtolnay/rust-toolchain@nightly
32
- run: cargo +nightly doc -p rune --all-features
33
0 commit comments