diff --git a/.drone.yml b/.drone.yml index 5a3a33d..94d9cd3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,9 +3,9 @@ name: default steps: - name: build - image: jekyll/jekyll:latest + image: ruby:2.6.5 commands: - - gem install bundler + - gem install jekyll - bundle install - bundle exec jekyll build --trace