Changed public-docs to public to make ci deploy success
This commit is contained in:
parent
b854cceb65
commit
b39e54264f
3 changed files with 7 additions and 7 deletions
|
@ -6,10 +6,10 @@ stages:
|
|||
- test
|
||||
- build-binary
|
||||
- build-docker
|
||||
- docs
|
||||
- deploy
|
||||
|
||||
include:
|
||||
- '/.gitlab/ci/always.yml'
|
||||
- '/.gitlab/ci/main-branch.yml'
|
||||
- '/.gitlab/ci/merge-request.yml'
|
||||
- '/.gitlab/ci/tagged-build.yml'
|
||||
- '/.gitlab/ci/tagged-build.yml'
|
||||
|
|
|
@ -20,13 +20,13 @@ docker-build-prod-latest:
|
|||
- main
|
||||
|
||||
generate-deploy-docs:
|
||||
stage: docs
|
||||
stage: deploy
|
||||
image: python:alpine
|
||||
script:
|
||||
- pip install --no-cache-dir -r mkdocs-req.txt
|
||||
- python -m mkdocs build --strict --verbose
|
||||
artifacts:
|
||||
paths:
|
||||
- docs-public
|
||||
- public
|
||||
only:
|
||||
- main
|
||||
- main
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
site_name: goshorly docs
|
||||
site_url: https://phil.mekelek.de/goshorly
|
||||
repo_url: https://git.ucode.space/Phil/goshorly
|
||||
site_dir: docs-public
|
||||
site_dir: public
|
||||
theme:
|
||||
name: material
|
||||
locale: en
|
||||
highlightjs: true
|
||||
|
||||
nav:
|
||||
- Home: 'index.md'
|
||||
- Home: 'index.md'
|
||||
|
|
Loading…
Reference in a new issue