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:
|
||||
- main
|
||||
|
||||
generate-deploy-docs:
|
||||
pages:
|
||||
stage: deploy
|
||||
image: python:alpine
|
||||
script:
|
||||
|
@ -28,5 +28,7 @@ generate-deploy-docs:
|
|||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
rules:
|
||||
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
||||
only:
|
||||
- main
|
||||
- main
|
||||
|
|
Loading…
Reference in a new issue