Update .gitlab-ci.yml
This commit is contained in:
parent
0c8557c0a4
commit
63c6a0cebc
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- gitbook build . public # build to public path
|
- gitbook build . public # build to public path
|
||||||
|
- mv assets public/
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
|
Loading…
Reference in a new issue