Switch to Jekyll docker image for build
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Jesper Hess 2020-03-01 19:37:43 +01:00
parent 0d323649de
commit 513d77754c
Signed by untrusted user: graffen
GPG Key ID: 351A89E40D763F0F
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@ name: default
steps:
- name: build
image: ruby:2.6.5
image: jekyll
commands:
- gem install bundler jekyll
- gem install bundler
- bundle install
- bundle exec jekyll build --trace