1
0
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:
2023-10-08 18:14:11 -06:00
parent ad4262777d
commit 676b702c71
22 changed files with 484 additions and 0 deletions

11
docs/.gitlab-ci.yml Normal file
View 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'