Fixed mkdocs deploy
This commit is contained in:
parent
bda33ecfc9
commit
b854cceb65
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue