This commit is contained in:
parent
9f4369042b
commit
e4bf5b56fd
|
@ -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
|
||||
|
||||
|
|
2
Gemfile
2
Gemfile
|
@ -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
|
||||
|
|
|
@ -59,7 +59,7 @@ PLATFORMS
|
|||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
jekyll (= 3.8.5)
|
||||
jekyll (>= 3.8.5)
|
||||
jekyll-feed (~> 0.6)
|
||||
jekyll-sitemap
|
||||
tzinfo-data
|
||||
|
|
Loading…
Reference in a new issue