1
0
mirror of https://gitlab.com/simple-stock-bots/docs.git synced 2025-06-16 07:16:39 +00:00
This commit is contained in:
Anson Biggs 2023-04-10 14:53:15 -06:00
parent 04e625419e
commit 6c479d40e8

View File

@ -2,7 +2,7 @@ image: python:3.11
pages: pages:
stage: deploy stage: deploy
script: script:
- pip install mkdocs-material - pip install -r requirements.txt
- mkdocs build --site-dir public - mkdocs build --site-dir public
artifacts: artifacts:
paths: paths: