Skip to content

Commit 539f820

Browse files
committed
gitlabci: add documentation build
Signed-off-by: Thomas <[email protected]>
1 parent 3f75424 commit 539f820

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitlab-ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ build-python-package:
2323
- dist
2424
expire_in: 1 week
2525

26+
build-documentation:
27+
stage: build
28+
before_script:
29+
- pip install -e .
30+
script:
31+
- cd docs && pipenv run make html
32+
2633
code_quality:
2734
when: manual
2835

0 commit comments

Comments
 (0)