Skip to content
Snippets Groups Projects

Update .gitlab-ci.yml

Merged Karel van Klink requested to merge karel.vanklink-develop-patch-68572 into develop
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -52,7 +52,7 @@ publish-prod-2:
@@ -52,7 +52,7 @@ publish-prod-2:
refs:
refs:
- main # Only publish when on the main branch
- main # Only publish when on the main branch
needs:
needs:
- job: lint-documentation
- job: build-documentation
artifacts: true
artifacts: true
script:
script:
@@ -70,7 +70,7 @@ publish-prod-1:
@@ -70,7 +70,7 @@ publish-prod-1:
- main # Only publish when on the main branch
- main # Only publish when on the main branch
needs:
needs:
- job: lint-documentation
- job: build-documentation
artifacts: true
artifacts: true
script:
script:
Loading