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 56be78d commit b6cc13bCopy full SHA for b6cc13b
.azure-pipelines/templates/nb-docs-nix.yml
@@ -2,6 +2,10 @@ 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 &&
7
- displayName: 'Build docs pages'
+ jupyter nbconvert --config nbconvert_config.py --execute --template full
+ displayName: 'Convert notebooks to HTML'
+
8
+- script: |
9
+ source activate bayesian-modelling-tutorial
10
+ pandoc README.md -o docs/index.html -c static/pandoc.css -s
11
+ displayName: "Make index page."
0 commit comments