Update .gitlab-ci.yml to build to public folder with gitlab version 3.x
This commit is contained in:
parent
eb9d044328
commit
600acb4ca6
@ -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