Skip to content
Snippets Groups Projects
Commit 4f6c5669 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

MAINT: update documentation with releases

parent d5d8832b
No related branches found
No related tags found
No related merge requests found
Pipeline #15792 canceled
...@@ -118,16 +118,14 @@ unittest: ...@@ -118,16 +118,14 @@ unittest:
- tox - tox
# Build the sphinx documentation and make it ready for deployment by Gitlab Pages # Build the sphinx documentation and make it ready for deployment by Gitlab Pages
# documentation:
# stage: deploy
# Special job for serving a static website. See https://docs.gitlab.com/ee/ci/yaml/README.html#pages # Special job for serving a static website. See https://docs.gitlab.com/ee/ci/yaml/README.html#pages
pages: pages_prepare: &pages_prepare
stage: deploy
image: $CI_REGISTRY_IMAGE
tags: [docker] tags: [docker]
image: $CI_REGISTRY_IMAGE
stage: deploy
only: only:
- dev refs:
- /^release-.*$/
script: script:
- echo "Deploying" - echo "Deploying"
- make doc - make doc
...@@ -135,3 +133,9 @@ pages: ...@@ -135,3 +133,9 @@ pages:
artifacts: artifacts:
paths: paths:
- public - public
pages:
<<: *pages_prepare
only:
refs:
# version tags: v0.1.1
- /^v(\d+\.\d+\.\d+)$/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment