1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-08-13 17:01:25 +00:00

issue #7 added documentation using gitlab pages

This commit is contained in:
2019-02-05 19:58:39 -07:00
parent b3d83a72b4
commit df7d69526e
7 changed files with 318 additions and 0 deletions

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