Changed public-docs to public to make ci deploy success

This commit is contained in:
Phil 2022-01-27 17:34:37 +01:00
parent b854cceb65
commit b39e54264f
3 changed files with 7 additions and 7 deletions

View file

@ -6,7 +6,7 @@ stages:
- test - test
- build-binary - build-binary
- build-docker - build-docker
- docs - deploy
include: include:
- '/.gitlab/ci/always.yml' - '/.gitlab/ci/always.yml'

View file

@ -20,13 +20,13 @@ docker-build-prod-latest:
- main - main
generate-deploy-docs: generate-deploy-docs:
stage: docs stage: deploy
image: python:alpine image: python:alpine
script: script:
- pip install --no-cache-dir -r mkdocs-req.txt - pip install --no-cache-dir -r mkdocs-req.txt
- python -m mkdocs build --strict --verbose - python -m mkdocs build --strict --verbose
artifacts: artifacts:
paths: paths:
- docs-public - public
only: only:
- main - main

View file

@ -1,7 +1,7 @@
site_name: goshorly docs site_name: goshorly docs
site_url: https://phil.mekelek.de/goshorly site_url: https://phil.mekelek.de/goshorly
repo_url: https://git.ucode.space/Phil/goshorly repo_url: https://git.ucode.space/Phil/goshorly
site_dir: docs-public site_dir: public
theme: theme:
name: material name: material
locale: en locale: en