1
0
mirror of https://gitlab.com/simple-stock-bots/docs.git synced 2025-06-16 07:16:39 +00:00

update built instructions

This commit is contained in:
Anson 2019-04-02 22:50:58 -07:00
parent 818ee3082e
commit fd224831bb

View File

@ -10,12 +10,10 @@ pages:
- pip install mkdocs-material
script:
- cd ./web
- mkdocs build
- mv site ../public
- cd ../
artifacts:
paths:
- public
only:
- documentation
- master