We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b5f792 commit 30b5daeCopy full SHA for 30b5dae
.ci_support/build_docs.sh
@@ -2,7 +2,6 @@
2
mkdir public_html
3
4
# Executing SPHINX docs
5
-
6
cd docs
7
sphinx-build -b html ./ ../public_html || exit 1;
8
cd ..
.ci_support/build_notebooks.sh
@@ -13,7 +13,7 @@ for notebook in $(ls notebooks/*.ipynb); do
13
papermill ${notebook} ${notebook%.*}-out.${notebook##*.} -k $kernel || i=$((i+1));
14
done;
15
16
-# push error to next level
+# Push error to next level
17
if [ $i -gt 0 ]; then
18
exit 1;
19
fi;
0 commit comments