Skip to content
Snippets Groups Projects
Commit 87d6f894 authored by René Schöne's avatar René Schöne
Browse files

3.0.0

- prepare new release
- always build pages, but only publish them on main
parent 371b5dfc
No related branches found
No related tags found
1 merge request!133.0.1
Pipeline #14808 passed
...@@ -93,7 +93,7 @@ ragdoc_view: ...@@ -93,7 +93,7 @@ ragdoc_view:
paths: paths:
- "pages/docs/ragdoc" - "pages/docs/ragdoc"
pages: build_pages:
image: python:3.10.0-bullseye image: python:3.10.0-bullseye
stage: publish stage: publish
needs: needs:
...@@ -106,6 +106,14 @@ pages: ...@@ -106,6 +106,14 @@ pages:
artifacts: artifacts:
paths: paths:
- public/ - public/
only:
- dev pages:
- main stage: publish
needs:
- build_pages
script: [ "true" ]
artifacts:
paths:
- public
rules:
- if: '$CI_COMMIT_BRANCH == "main"'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment