summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNejc Habjan <hab.nejc@gmail.com>2021-12-25 13:48:53 +0100
committerGitHub <noreply@github.com>2021-12-25 13:48:53 +0100
commit3cb235277716d8b20c91e2518675b7eed2d0e777 (patch)
tree8316e277dd5d53bc8aaab06347a909dde15f68d2
parente7d4d9148a1bb8302c63fcd780d8dda416015248 (diff)
parent85b43ae4a96b72e2f29e36a0aca5321ed78f28d2 (diff)
downloadgitlab-3cb235277716d8b20c91e2518675b7eed2d0e777.tar.gz
Merge pull request #1774 from python-gitlab/jlvillal/doc_artifacts
chore: generate artifacts for the docs build in the CI
-rw-r--r--.github/workflows/docs.yml5
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