1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-06-16 15:06:53 +00:00
This commit is contained in:
Anson 2019-02-05 20:39:47 -07:00
parent 16089b8c3f
commit 15e15b7b97

View File

@ -9,9 +9,9 @@ pages:
script: script:
- cd ./web - cd ./web
- mkdocs build - mkdocs build
- mv site public - mv site ../public
artifacts: artifacts:
paths: paths:
- ./web/public/ - public
only: only:
- master - master