mirror of
https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git
synced 2025-07-22 22:21:33 +00:00
has to be in root directory
This commit is contained in:
16
.gitlab-ci.yml
Normal file
16
.gitlab-ci.yml
Normal 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
|
Reference in New Issue
Block a user