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:
21
.gitlab-ci.yml
Normal file
21
.gitlab-ci.yml
Normal 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
|
Reference in New Issue
Block a user