1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-06-16 15:17:28 +00:00
Simple-Stock-Bot/web/.gitlab-ci.yml
Anson b6eb8b55f0 Revert "needs to be in root directory"
This reverts commit 6992d87d83061cc5da6e600d2fe5ac19e5d35ecb.
2019-02-12 22:37:36 -07:00

17 lines
203 B
YAML

image: python:alpine
before_script:
- pip install mkdocs
- pip install mkdocs-material
pages:
script:
- mkdocs build
- mv site public
artifacts:
paths:
- public
only:
- master