1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-08-02 19:41:26 +00:00

Resolve "Move docs into the monorepo"

This commit is contained in:
2023-10-09 03:31:40 +00:00
parent ad4262777d
commit 045ef09f93
48 changed files with 2590 additions and 2089 deletions

12
docs/.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,12 @@
image: python:3.11
pages:
stage: deploy
script:
- cd ./docs
- pip install -r requirements.txt
- mkdocs build --site-dir ../public --verbose
artifacts:
paths:
- public
# rules:
# - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'