diff options
-rw-r--r-- | .github/workflows/docs.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c635be4..05ccb90 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -33,6 +33,11 @@ jobs: env: TOXENV: docs run: tox + - name: Archive generated docs + uses: actions/upload-artifact@v2 + with: + name: html-docs + path: build/sphinx/html/ twine-check: runs-on: ubuntu-20.04 |