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

MAINT: update documentation only in main

parent 7228e05a
No related branches found
No related tags found
No related merge requests found
Pipeline #8557 passed
...@@ -76,25 +76,23 @@ build-testenv: ...@@ -76,25 +76,23 @@ build-testenv:
- docker push $CI_REGISTRY_IMAGE - docker push $CI_REGISTRY_IMAGE
# 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
tags: [ docker ] tags: [ cached-dind ]
stage: deploy stage: deploy
only: only:
refs: refs:
- /^release-.*$/i - /^release-.*$/i
- master
variables:
# run pages only on gitlab.com
- $CI_SERVER_HOST == "gitlab.com"
script: script:
- echo "Deploying" - echo "Deploying"
- cat doc/index.rst
- make doc - make doc
- cp -r build/doc/html public - cp -r build/doc/html public
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.
Please register or to comment