1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2026-06-03 21:00:26 +00:00

Archive the Bot

This commit is contained in:
2024-05-13 03:51:14 +00:00
parent d45ce7c250
commit 0417436451
36 changed files with 2947 additions and 2926 deletions
+23 -23
View File
@@ -1,23 +1,23 @@
image: python:3.11
build_mkdocs:
stage: build_site
script:
- cd ./site
- pip install -r requirements.txt
- mkdocs build --site-dir ../public --verbose
artifacts:
paths:
- public
pages:
stage: deploy
script:
- echo "Publishing site..."
dependencies:
- build_mkdocs
artifacts:
paths:
- public
rules:
- if: "$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH"
image: python:3.11
build_mkdocs:
stage: build_site
script:
- cd ./site
- pip install -r requirements.txt
- mkdocs build --site-dir ../public --verbose
artifacts:
paths:
- public
pages:
stage: deploy
script:
- echo "Publishing site..."
dependencies:
- build_mkdocs
artifacts:
paths:
- public
rules:
- if: "$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH"