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

MAINT: update docs only when releasing

parent 4cfa9b46
Branches
Tags
1 merge request!21Release v0.4.0
Pipeline #5318 passed
...@@ -83,7 +83,12 @@ pages: ...@@ -83,7 +83,12 @@ pages:
tags: [ cached-dind ] tags: [ cached-dind ]
stage: deploy stage: deploy
only: only:
- dev refs:
- /^release-.*$/i
- master
variables:
# run pages only on gitlab.com
- $CI_SERVER_HOST == "gitlab.com"
script: script:
- echo "Deploying" - echo "Deploying"
- make doc - make doc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment