mirror of
https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git
synced 2025-08-13 08:51:27 +00:00
literally copy in the docs
This commit is contained in:
11
docs/.gitlab-ci.yml
Normal file
11
docs/.gitlab-ci.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
image: python:3.11
|
||||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- pip install -r requirements.txt
|
||||
- mkdocs build --site-dir public --verbose
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
rules:
|
||||
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
Reference in New Issue
Block a user