1
0
mirror of https://gitlab.com/simple-stock-bots/docs.git synced 2025-06-16 07:16:39 +00:00
Simple-Stock-Bot-Docs/.gitlab-ci.yml
2019-04-02 23:03:48 -07:00

19 lines
227 B
YAML

stages:
- docs
pages:
stage: docs
image: python:alpine
before_script:
- pip install mkdocs
- pip install mkdocs-material
script:
- mkdocs build
artifacts:
paths:
- site
only:
- master