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

MAINT: update documentation only in main

parent 8db8f386
No related branches found
No related tags found
No related merge requests found
Pipeline #8142 passed
...@@ -68,11 +68,12 @@ test: ...@@ -68,11 +68,12 @@ test:
# 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
# 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
tags: [ docker ] tags: [ cached-dind ]
stage: deploy stage: deploy
only: only:
- web refs:
- /^release-.*$/i
script: script:
- mkdir -p build - mkdir -p build
- cd build - cd build
...@@ -82,3 +83,8 @@ pages: ...@@ -82,3 +83,8 @@ pages:
artifacts: artifacts:
paths: paths:
- public - public
pages:
<<: *pages_prepare
only:
refs:
- main
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