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
- build-binary
- build-docker
- docs
- deploy
include:
- '/.gitlab/ci/always.yml'

View file

@ -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

View file

@ -1,7 +1,7 @@
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