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

Update doc procedure

parent 7d84ac18
No related branches found
No related tags found
No related merge requests found
......@@ -53,9 +53,10 @@ pages:
image: docker.km3net.de/base/python:3.6
stage: doc
script:
- cd doc && make clean && make html
- mv _build/html ../public/
- cd .. && mv reports/coverage public/coverage
- cd doc && make clean && cd ..
- make doc
- mv doc/_build/html public/
- mv reports/coverage public/coverage
artifacts:
paths:
- public
......
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