1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-08-02 03:21:37 +00:00

needs to be in root directory

This commit is contained in:
2019-02-12 22:15:28 -07:00
parent 528e3b4a10
commit 6992d87d83

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