Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3cb2352

Browse filesBrowse files
authored
Merge pull request #1774 from python-gitlab/jlvillal/doc_artifacts
chore: generate artifacts for the docs build in the CI
2 parents e7d4d91 + 85b43ae commit 3cb2352
Copy full SHA for 3cb2352

File tree

Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed
Open diff view settings
Collapse file

‎.github/workflows/docs.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/docs.yml
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
env:
3434
TOXENV: docs
3535
run: tox
36+
- name: Archive generated docs
37+
uses: actions/upload-artifact@v2
38+
with:
39+
name: html-docs
40+
path: build/sphinx/html/
3641

3742
twine-check:
3843
runs-on: ubuntu-20.04

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.