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

chore(build): Don't clean the book before building.

Not sure why I added this in the first place, thanks @mguichard for pointing it out. The only scenario where this causes issues is locally, since CI uses a fresh repo copy.
parent 051aa73d
No related branches found
No related tags found
2 merge requests!80check toc purge,!76chore(build): Don't clean the book before building.
Pipeline #207214 passed
......@@ -6,7 +6,6 @@ START_SERVER=${1:-false}
PAGE_ROOT=${2:-"/"}
# Build the jupyter book, everything else is post-processing
jupyter-book clean book/
jupyter-book build book/
# Note: the structure of thebe_lite mimicks where thing are needed in the html folder
......@@ -55,4 +54,4 @@ else
fi
echo "To close a python server run the commeand:
kill-server.sh"
\ No newline at end of file
kill-server.sh"
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