Trying stuff
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Jesper Hess 2020-03-01 19:55:25 +01:00
parent 3584a44804
commit 2ffdaddd29
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: jekyll/jekyll:latest
image: ruby:2.6.5
commands:
- gem install bundler
- gem install jekyll
- bundle install
- bundle exec jekyll build --trace