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