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:
commit
66e0581831
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user