Skip to content
Snippets Groups Projects
Commit 27cc4f5c authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Add separate job to build docs

parent da1b1374
Branches
Tags
No related merge requests found
...@@ -84,6 +84,15 @@ coverage: ...@@ -84,6 +84,15 @@ coverage:
paths: paths:
- reports/coverage - reports/coverage
build-docs:
image: docker.km3net.de/base/python:3.6
stage: doc
script:
- *virtualenv_definition
- cd doc && make clean && make html
cache: {}
pages: pages:
image: docker.km3net.de/base/python:3.6 image: docker.km3net.de/base/python:3.6
stage: doc stage: doc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment