Added CI Deploy
This commit is contained in:
parent
9a09500a14
commit
d548679c64
2 changed files with 11 additions and 0 deletions
|
@ -6,6 +6,7 @@ stages:
|
|||
- test
|
||||
- build-binary
|
||||
- build-docker
|
||||
- docs
|
||||
|
||||
include:
|
||||
- '/.gitlab/ci/always.yml'
|
||||
|
|
|
@ -17,4 +17,14 @@ docker-build-prod-latest:
|
|||
--tag $CI_REGISTRY_IMAGE:latest \
|
||||
.
|
||||
only:
|
||||
- main
|
||||
|
||||
generate-deploy-docs:
|
||||
stage: docs
|
||||
script:
|
||||
- mkdocs build --strict --verbose
|
||||
artifacts:
|
||||
paths:
|
||||
- docs-public
|
||||
only:
|
||||
- main
|
Loading…
Reference in a new issue