Update main-branch.yml
This commit is contained in:
parent
b39e54264f
commit
b589529502
1 changed files with 4 additions and 2 deletions
|
@ -19,7 +19,7 @@ docker-build-prod-latest:
|
||||||
only:
|
only:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
generate-deploy-docs:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
image: python:alpine
|
image: python:alpine
|
||||||
script:
|
script:
|
||||||
|
@ -28,5 +28,7 @@ generate-deploy-docs:
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
rules:
|
||||||
|
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
||||||
only:
|
only:
|
||||||
- main
|
- main
|
||||||
|
|
Loading…
Reference in a new issue