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:
12
docs/.gitlab-ci.yml
Normal file
12
docs/.gitlab-ci.yml
Normal 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'
|
Reference in New Issue
Block a user