1
0
mirror of https://gitlab.com/simple-stock-bots/docs.git synced 2025-08-13 08:51:23 +00:00

moved data from telegram repo

This commit is contained in:
2019-04-02 22:49:38 -07:00
commit 818ee3082e
8 changed files with 362 additions and 0 deletions

21
.gitlab-ci.yml Normal file
View File

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