diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a65103d..5c599325 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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