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
No related branches found
No related tags found
No related merge requests found
......@@ -84,6 +84,15 @@ coverage:
paths:
- 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:
image: docker.km3net.de/base/python:3.6
stage: doc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment