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
tags: [ cached-dind ]
stage: deploy
needs: []
only:
refs:
- /^release-.*$/i
# only:
# refs:
# - /^release-.*$/i
script:
- echo "Deploying documentation"
- make doc
......@@ -297,6 +297,6 @@ pages_prepare: &pages_prepare
- public
pages:
<<: *pages_prepare
only:
refs:
- main
# only:
# refs:
# - main
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment