You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Result: the output of the build process lands in the source folder at source/book instead of the expected destination directory. I was pulling my hair out trying to find out where it was writing to until I ran strace and caught it in the act of writing to the wrong directory. I also tried forcing this parameter in the book.toml with the same results.
Expected Result: Build output should go into the build.build-dir, just like build does.
Result: the output of the build process lands in the source folder at
source/book
instead of the expected destination directory. I was pulling my hair out trying to find out where it was writing to until I ran strace and caught it in the act of writing to the wrong directory. I also tried forcing this parameter in the book.toml with the same results.Expected Result: Build output should go into the build.build-dir, just like build does.
Command:
mdbook watch source --dest-dir /var/www/html/book
Running version:
mdbook-v0.3.7-x86_64-unknown-linux-gnu
book.toml:
The text was updated successfully, but these errors were encountered: