Update .gitlab-ci.yml
This commit is contained in:
parent
3cf3cc05e9
commit
fc09168cf1
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ pages:
|
|||
stage: deploy
|
||||
script:
|
||||
- gitbook build . public # build to public path
|
||||
- mv assets public/
|
||||
- mv assets/ public/
|
||||
- echo "finished"
|
||||
- ls
|
||||
artifacts:
|
||||
|
|
Loading…
Reference in a new issue