1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-07-25 23:51:41 +00:00

has to be in root directory

This commit is contained in:
2019-02-05 20:05:35 -07:00
parent dbcbcd1728
commit 17a9ee5c45

View File

@@ -1,16 +0,0 @@
image: python:alpine
before_script:
- pip install mkdocs
- pip install mkdocs-material
pages:
script:
- mkdocs build
- mv site public
artifacts:
paths:
- public
only:
- master