We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e08422 commit e45a258Copy full SHA for e45a258
.azure-pipelines/templates/nb-docs-nix.yml
@@ -2,6 +2,6 @@ steps:
2
- script: |
3
source activate bayesian-modelling-tutorial
4
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
+ jupyter nbconvert --config nbconvert_config.py --execute --template full &&
+ pandoc README.md -o docs/index.html -c static/pandoc.css -s &&
7
displayName: 'Build docs pages'
0 commit comments