1
0
mirror of https://gitlab.com/simple-stock-bots/docs.git synced 2025-06-16 15:17:27 +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 - pip install mkdocs-material
script: script:
- cd ./web
- mkdocs build - mkdocs build
- mv site ../public - mv site ../public
- cd ../
artifacts: artifacts:
paths: paths:
- public - public
only: only:
- documentation - master