Skip to content
Snippets Groups Projects
Verified Commit 92fe8a75 authored by Rok Štular's avatar Rok Štular
Browse files

fix(build): Clean book before building

parent 689ceedc
No related branches found
No related tags found
2 merge requests!40Publish fixes,!39fix(build): Clean book before building
Pipeline #205671 passed
......@@ -6,7 +6,8 @@ START_SERVER=${1:-false}
PAGE_ROOT=${2:-"/"}
# Build the jupyter book, everything else is post-processing
jupyter-book build book
jupyter-book clean book/
jupyter-book build book/
# Note: the structure of thebe_lite mimicks where thing are needed in the html folder
cp thebe_lite/* book/_build/html/ -r
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment