Skip to content
Snippets Groups Projects
Commit 94def4b8 authored by Rok Štular's avatar Rok Štular
Browse files

Merge branch 'clean-book-before-build' into 'main'

fix(build): Clean book before building

See merge request !39
parents 7baa0162 92fe8a75
No related branches found
No related tags found
2 merge requests!40Publish fixes,!39fix(build): Clean book before building
Pipeline #205673 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