mirror of
1
0
Fork 0

Merge branch 'master' into 'master'

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

Change is needed so that build can happen to public folder. This is needed with gitbook version 3.2.0 as by default it builds to _book folder

See merge request !3
This commit is contained in:
Achilleas Pipinellis 2016-12-01 21:26:32 +00:00
commit 66e0581831
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