Skip to content
Snippets Groups Projects

Update .gitlab-ci.yml

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