Skip to content
Snippets Groups Projects
Commit 9cd4988d authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

Update .gitlab-ci.yml

parent 1846400f
No related branches found
No related tags found
2 merge requests!10Update .gitlab-ci.yml,!9Update .gitlab-ci.yml
Pipeline #83845 passed
...@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment