Update .gitlab-ci.yml
This commit is contained in:
parent
63c6a0cebc
commit
ab0128b776
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ pages:
|
||||||
script:
|
script:
|
||||||
- gitbook build . public # build to public path
|
- gitbook build . public # build to public path
|
||||||
- mv assets public/
|
- mv assets public/
|
||||||
|
- echo "finished"
|
||||||
|
- ls
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
|
Loading…
Reference in a new issue