8000 docs: build docs on GitLab pages · filipowm/python-gitlab@a835fd7 · GitHub
[go: up one dir, main page]

Skip to content

Commit a835fd7

Browse files
committed
docs: build docs on GitLab pages
1 parent 29d102f commit a835fd7

File tree

1 file ch 8000 anged

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.gitlab-ci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@ image: python:3.7
33
stages:
44
- deploy
55

6+
pages:
7+
stage: deploy
8+
script:
9+
- pip3 install sphinx
10+
- python3 setup.py build_sphinx
11+
- mkdir public
12+
- mv build/sphinx/html/* public/
13+
artifacts:
14+
expire_in: 1 day
15+
paths:
16+
- public
17+
#only:
18+
# - master
19+
620
build_test_image:
721
stage: deploy
822
image:

0 commit comments

Comments
 (0)
0