Skip to content

Commit 30b5dae

Browse files
Update permissions and dummy commits
1 parent 8b5f792 commit 30b5dae

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.ci_support/build_docs.sh

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
mkdir public_html
33

44
# Executing SPHINX docs
5-
65
cd docs
76
sphinx-build -b html ./ ../public_html || exit 1;
87
cd ..

.ci_support/build_notebooks.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ for notebook in $(ls notebooks/*.ipynb); do
1313
papermill ${notebook} ${notebook%.*}-out.${notebook##*.} -k $kernel || i=$((i+1));
1414
done;
1515

16-
# push error to next level
16+
# Push error to next level
1717
if [ $i -gt 0 ]; then
1818
exit 1;
1919
fi;

0 commit comments

Comments
 (0)