Skip to content

Commit e45a258

Browse files
committed
ensure exit script fails on build docs
1 parent 8e08422 commit e45a258

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure-pipelines/templates/nb-docs-nix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ steps:
22
- script: |
33
source activate bayesian-modelling-tutorial
44
mkdir -p docs/notebooks
5-
jupyter nbconvert --config nbconvert_config.py --execute --template full
6-
pandoc README.md -o docs/index.html -c static/pandoc.css -s
5+
jupyter nbconvert --config nbconvert_config.py --execute --template full &&
6+
pandoc README.md -o docs/index.html -c static/pandoc.css -s &&
77
displayName: 'Build docs pages'

0 commit comments

Comments
 (0)