1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-06-16 23:26:52 +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,8 +7,9 @@ before_script:
pages: pages:
script: script:
- cd ./web
- mkdocs build - mkdocs build
- mv site public - mv site ../public
artifacts: artifacts:
paths: paths:
- public - public