mirror of
1
0
Fork 0

Update .gitlab-ci.yml to build to public folder with gitlab version 3.x

This commit is contained in:
Rahul Jain 2016-08-24 09:32:20 +00:00
parent eb9d044328
commit 600acb4ca6
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ before_script:
pages:
stage: deploy
script:
- gitbook build # build to public path
- gitbook build . public # build to public path
artifacts:
paths:
- public