Use mdbook as command in the script

pull/105/head
Nishant Srivastava 3 years ago
parent 3111684fa5
commit 3f23d826b2

@ -49,7 +49,7 @@ function createSummary(){
# Note: # Note:
# Install mdBook as per instructions in their repo https://github.com/rust-lang/mdBook # Install mdBook as per instructions in their repo https://github.com/rust-lang/mdBook
function buildAndServeBookLocally(){ function buildAndServeBookLocally(){
mdBook build && mdBook serve --open mdbook build && mdbook serve --open
} }
# -------------------- Steps to create the mdBook version -------------------- # -------------------- Steps to create the mdBook version --------------------

Loading…
Cancel
Save