Skip to content

Commit

Permalink
Merge pull request #1774 from python-gitlab/jlvillal/doc_artifacts
Browse files Browse the repository at this point in the history
chore: generate artifacts for the docs build in the CI
  • Loading branch information
nejch committed Dec 25, 2021
2 parents e7d4d91 + 85b43ae commit 3cb2352
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docs.yml
Expand Up @@ -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
Expand Down

0 comments on commit 3cb2352

Please sign in to comment.