Skip to content
Snippets Groups Projects
Commit 5dbb43b4 authored by Johannes Schumann's avatar Johannes Schumann
Browse files

doc step

parent 947e413f
No related branches found
Tags v0.8.5
1 merge request!1Merge python environment
Pipeline #9418 failed
......@@ -112,3 +112,21 @@ release-image:
only:
- tags
pages:
image: docker.km3net.de/base/python:3.6
stage: doc
script:
- cd doc && make clean && cd ..
- make doc
- mv doc/_build/html public/
- mv reports/coverage public/coverage
artifacts:
paths:
- public
cache: {}
only:
- tags
- master
- python
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