1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-06-16 15:06:53 +00:00
2023-10-08 18:14:11 -06:00

12 lines
237 B
YAML

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'