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