Skip to content

Commit ea7e25d

Browse files
committed
Split out HTML pages build into two steps
1 parent b6cc13b commit ea7e25d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@ steps:
33
activate bayesian-modelling-tutorial
44
mkdir -p docs/notebooks
55
jupyter nbconvert --config nbconvert_config.py --execute --template full
6+
displayName: 'Convert notebooks to HTML'
7+
8+
- script: |
9+
activate bayesian-modelling-tutorial
610
pandoc README.md -o docs/index.html -c static/pandoc.css -s
7-
displayName: 'Build docs pages'
11+
displayName: "Make index page."

0 commit comments

Comments
 (0)