forked from cryptohagen.dk/website
Switch to Jekyll docker image for build
This commit is contained in:
parent
0d323649de
commit
513d77754c
|
@ -3,9 +3,9 @@ name: default
|
|||
|
||||
steps:
|
||||
- name: build
|
||||
image: ruby:2.6.5
|
||||
image: jekyll
|
||||
commands:
|
||||
- gem install bundler jekyll
|
||||
- gem install bundler
|
||||
- bundle install
|
||||
- bundle exec jekyll build --trace
|
||||
|
||||
|
|
Loading…
Reference in a new issue