Skip to content

Commit 0f3da60

Browse files
committed
Fix path change for mdbook 0.5.x
1 parent cea79e4 commit 0f3da60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- run: cargo run --bin rune -- doc --output target/site/docs
2828
env:
2929
RUST_LOG: rune=info
30-
- run: mdbook build -d ../target/site/book book
30+
- run: mdbook build -d target/site/book book
3131
- uses: dtolnay/rust-toolchain@nightly
3232
- run: cargo +nightly doc -p rune --all-features
3333
env:

0 commit comments

Comments
 (0)