Move installation within script
This commit is contained in:
parent
71aafdad08
commit
fcdb484624
|
@ -1,6 +1,6 @@
|
|||
language: ruby
|
||||
install: gem install jekyll bundler
|
||||
script:
|
||||
- gem install jekyll bundler
|
||||
- bundle install
|
||||
- bundle exec jekyll build
|
||||
cache: bundler
|
||||
|
|
Loading…
Reference in New Issue