Fixed mkdocs deploy

This commit is contained in:
Phil 2022-01-27 17:25:26 +01:00
parent bda33ecfc9
commit b854cceb65
2 changed files with 3 additions and 1 deletions

View file

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