mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
14 lines
203 B
YAML
14 lines
203 B
YAML
image: python:3.8-buster
|
|
|
|
before_script:
|
|
- pip install -r requirements.txt
|
|
|
|
pages:
|
|
stage: deploy
|
|
only:
|
|
- site
|
|
script:
|
|
- mkdocs build --strict --verbose
|
|
artifacts:
|
|
paths:
|
|
- public
|