1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-08-14 17:31:28 +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

17
.gitlab-ci.yml Normal file
View File

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