File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
88cd $DIR
99
1010# Define the output directory (where the compiled book is saved)
11- BUILD_DIR=" $HOME /mTeSS-X_docs /_build/html"
11+ BUILD_DIR=" $HOME /TeSS_docs /_build/html"
1212
1313# Building the book
1414echo " Building Jupyter Book..."
1515jupyter-book build --path-output ~ /TeSS_docs $DIR /TeSS_docs || { echo " Jupyter Book build failed" ; exit 1; }
1616
1717# Define the output directory (where the compiled book is saved)
18- BUILD_DIR=$HOME " /mTeSS-X_docs /_build/html"
18+ BUILD_DIR=$HOME " /TeSS_docs /_build/html"
1919echo " Build directory: $BUILD_DIR "
2020
2121# Check if the Jupyter Book build directory exists
@@ -71,4 +71,4 @@ echo "Switching back to main branch..."
7171ORIGINAL_BRANCH=main
7272git checkout $ORIGINAL_BRANCH || { echo " Failed to switch back to original branch ($ORIGINAL_BRANCH )" ; exit 1; }
7373
74- echo " Script completed successfully!"
74+ echo " Script completed successfully!"
You can’t perform that action at this time.
0 commit comments