mirror of
https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git
synced 2025-07-22 22:21:33 +00:00
Gave website its own repo
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
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