This commit is contained in:
parent
9f4369042b
commit
e4bf5b56fd
|
@ -5,7 +5,7 @@ steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: ruby:2.6.5
|
image: ruby:2.6.5
|
||||||
commands:
|
commands:
|
||||||
- gem install bundler
|
- gem install bundler jekyll
|
||||||
- bundle install
|
- bundle install
|
||||||
- bundle exec jekyll build --trace
|
- 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.
|
# This will help ensure the proper Jekyll version is running.
|
||||||
# Happy Jekylling!
|
# 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
|
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
|
||||||
|
|
|
@ -59,7 +59,7 @@ PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
jekyll (= 3.8.5)
|
jekyll (>= 3.8.5)
|
||||||
jekyll-feed (~> 0.6)
|
jekyll-feed (~> 0.6)
|
||||||
jekyll-sitemap
|
jekyll-sitemap
|
||||||
tzinfo-data
|
tzinfo-data
|
||||||
|
|
Loading…
Reference in a new issue