Update .gitlab-ci.yml
This commit is contained in:
parent
2c4c400f8b
commit
ead03c1921
|
@ -1,5 +1,3 @@
|
|||
image: cirrusci/flutter
|
||||
|
||||
stages:
|
||||
- coverage
|
||||
- docs
|
||||
|
@ -28,6 +26,4 @@ docs:
|
|||
- image: ruby:2.3
|
||||
script:
|
||||
- cd docs/api/ && bundle exec jekyll build -d test
|
||||
- cd docs/api/ && bundle exec jekyll build -d public
|
||||
only:
|
||||
- master
|
||||
- cd docs/api/ && bundle exec jekyll build -d public
|
Loading…
Reference in a new issue