This commit is contained in:
parent
3584a44804
commit
2ffdaddd29
|
@ -3,9 +3,9 @@ name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: jekyll/jekyll:latest
|
image: ruby:2.6.5
|
||||||
commands:
|
commands:
|
||||||
- gem install bundler
|
- gem install jekyll
|
||||||
- bundle install
|
- bundle install
|
||||||
- bundle exec jekyll build --trace
|
- bundle exec jekyll build --trace
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue