1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-06-16 15:06:53 +00:00

commands weren't being run in web directory

This commit is contained in:
Anson 2019-02-05 20:08:08 -07:00
parent 17a9ee5c45
commit d5a55ce5f3

View File

@ -7,6 +7,7 @@ before_script:
pages:
script:
- cd ./web
- mkdocs build
- mv site public
artifacts: