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: ...@@ -16,6 +16,7 @@ cache:
stages: stages:
- build - build
- test - test
- doc
- release - release
...@@ -76,6 +77,23 @@ test-jpp-latest: ...@@ -76,6 +77,23 @@ test-jpp-latest:
paths: paths:
- pdfs/ - 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: pypi:
image: docker.km3net.de/base/python:3 image: docker.km3net.de/base/python:3
stage: release 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