Skip to content

Commit afd6ce6

Browse files
committed
upload artifact of tutorials
1 parent 0e18407 commit afd6ce6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,8 @@ jobs:
3838
- name: Convert the notebooks to HTML
3939
run: |
4040
nbcollection convert --flatten --build-path=. -v --make-index --index-template=templates/index.tpl tutorials --exclude=conesearch # TODO: remove this exclude!
41+
42+
- uses: actions/upload-artifact@v2
43+
with:
44+
name: rendered-tutorials-${{ github.sha }}
45+
path: _build

0 commit comments

Comments
 (0)