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

Add pages

parent 2e504d36
No related branches found
No related tags found
No related merge requests found
Pipeline #8868 canceled
......@@ -16,6 +16,7 @@ cache:
stages:
- build
- test
- doc
- release
......@@ -76,6 +77,23 @@ test-jpp-latest:
paths:
- pdfs/
pages:
image: docker.km3net.de/base/python:3.6
stage: doc
script:
- *virtualenv_definition
- cd doc && make clean && make html
- mv _build/html ../public/
artifacts:
paths:
- public
cache: {}
only:
- tags
- master
pypi:
image: docker.km3net.de/base/python:3
stage: release
......
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