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
|
- test
|
||||||
- build-binary
|
- build-binary
|
||||||
- build-docker
|
- build-docker
|
||||||
|
- docs
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- '/.gitlab/ci/always.yml'
|
- '/.gitlab/ci/always.yml'
|
||||||
|
|
|
@ -18,3 +18,13 @@ docker-build-prod-latest:
|
||||||
.
|
.
|
||||||
only:
|
only:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
|
generate-deploy-docs:
|
||||||
|
stage: docs
|
||||||
|
script:
|
||||||
|
- mkdocs build --strict --verbose
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- docs-public
|
||||||
|
only:
|
||||||
|
- main
|
Loading…
Reference in a new issue