1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-08-02 11:31:29 +00:00

Revert "needs to be in root directory"

This reverts commit 6992d87d83.
This commit is contained in:
2019-02-12 22:37:36 -07:00
parent 6992d87d83
commit b6eb8b55f0

16
web/.gitlab-ci.yml Normal file
View File

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