Skip to content

Commit 0bf5a02

Browse files
committed
Switch to make commands for build workflow
This is for consistency with the PR-testing workflow so that the same nbconvert options are used in both situations. This does drop the exclude on conesearch.
1 parent 62ef9a3 commit 0bf5a02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
3030
- name: Execute the notebooks
3131
run: |
32-
nbcollection execute --timeout=600 --flatten --build-path=. -v tutorials --exclude=conesearch # TODO: remove this exclude!
32+
make executeall
3333
3434
- name: Convert the notebooks to HTML
3535
run: |
36-
nbcollection convert --flatten --build-path=. -v --make-index --index-template=templates/index.tpl tutorials --exclude=conesearch # TODO: remove this exclude!
36+
make convertall
3737
3838
- name: Name artifact
3939
id: nameartifact

0 commit comments

Comments
 (0)