2023-06-12 08:14:12 +02:00
|
|
|
image: python:3.8-buster
|
|
|
|
|
|
|
|
before_script:
|
|
|
|
- pip install -r requirements.txt
|
|
|
|
|
|
|
|
pages:
|
|
|
|
stage: deploy
|
2023-06-12 08:56:38 +02:00
|
|
|
only:
|
|
|
|
- site
|
2023-06-12 08:14:12 +02:00
|
|
|
script:
|
|
|
|
- mkdocs build --strict --verbose
|
|
|
|
artifacts:
|
|
|
|
paths:
|
|
|
|
- public
|