More build-related tweaks
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Jesper Hess 2020-03-01 15:38:55 +01:00
parent 9f4369042b
commit e4bf5b56fd
Signed by untrusted user: graffen
GPG Key ID: 351A89E40D763F0F
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -9,7 +9,7 @@ ruby RUBY_VERSION
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", "= 3.8.5"
gem "jekyll", ">= 3.8.5"
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and

View File

@ -59,7 +59,7 @@ PLATFORMS
ruby
DEPENDENCIES
jekyll (= 3.8.5)
jekyll (>= 3.8.5)
jekyll-feed (~> 0.6)
jekyll-sitemap
tzinfo-data