Skip to content

Commit

Permalink
ci: upload HTML build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Jan 4, 2021
1 parent a130437 commit c63ae19
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@ jobs:
CUDA_VISIBLE_DEVICES: "-1"
EXECUTE_NB: YES
run: make html
- uses: actions/upload-artifact@v2
if: ${{ failure() }}
with:
name: html
path: docs/_build/html
- name: Test doctests in docstrings
working-directory: docs
run: make ignore-warnings=1 doctest
Expand Down

0 comments on commit c63ae19

Please sign in to comment.