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 0e18407 commit afd6ce6Copy full SHA for afd6ce6
.github/workflows/build.yml
@@ -38,3 +38,8 @@ jobs:
38
- name: Convert the notebooks to HTML
39
run: |
40
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