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

Merge branch '38-dont-clean-book' into 'main'

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

Closes #38

See merge request !76
parents 051aa73d 1fd2cfb8
No related branches found
No related tags found
2 merge requests!80check toc purge,!76chore(build): Don't clean the book before building.
Pipeline #207215 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