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:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- gitbook build # build to public path
|
- gitbook build . public # build to public path
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
Loading…
x
Reference in New Issue
Block a user