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
|
||||
script:
|
||||
- gitbook build . public # build to public path
|
||||
- mv assets public/
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
|
|
Loading…
Reference in a new issue