4 lines
84 B
Bash
4 lines
84 B
Bash
set -e
|
|
cd ${book.path_build.path}
|
|
mdbook build --dest-dir ${book.path_publish.path}
|