Skip to content
Snippets Groups Projects
Commit 9d93f9c6 authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

MAINT: Update .gitlab-ci.yml file, testing building docs without release

parent 2fb52394
Branches
Tags
2 merge requests!91Release 0.3,!89MAINT: Update .gitlab-ci.yml file to automatically build gitlab pages for the documentation
Pipeline #33042 failed
...@@ -285,9 +285,9 @@ pages_prepare: &pages_prepare ...@@ -285,9 +285,9 @@ pages_prepare: &pages_prepare
tags: [ cached-dind ] tags: [ cached-dind ]
stage: deploy stage: deploy
needs: [] needs: []
only: # only:
refs: # refs:
- /^release-.*$/i # - /^release-.*$/i
script: script:
- echo "Deploying documentation" - echo "Deploying documentation"
- make doc - make doc
...@@ -297,6 +297,6 @@ pages_prepare: &pages_prepare ...@@ -297,6 +297,6 @@ pages_prepare: &pages_prepare
- public - public
pages: pages:
<<: *pages_prepare <<: *pages_prepare
only: # only:
refs: # refs:
- main # - main
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment