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

needs to be in root directory

This commit is contained in:
Anson 2019-02-12 22:15:28 -07:00
parent 528e3b4a10
commit 6992d87d83

View File

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