Trying to get build to work
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Jesper Hess 2020-03-01 14:08:00 +01:00
parent 75174f4297
commit 382159d011
Signed by untrusted user: graffen
GPG key ID: 351A89E40D763F0F

View file

@ -5,7 +5,7 @@ steps:
- name: build - name: build
image: ruby image: ruby
commands: commands:
- gem install bundler:1.17.3 - gem install bundler
- bundle install - bundle install
- bundle exec jekyll build - bundle exec jekyll build