1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-06-16 07:16:40 +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:
- cd ./web
- mkdocs build
- mv site public
- mv site ../public
artifacts:
paths:
- ./web/public/
- public
only:
- master