2022-05-08 16:00:37 -04:00
|
|
|
---
|
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
2022-05-08 16:05:41 -04:00
|
|
|
name: default
|
2022-05-08 16:00:37 -04:00
|
|
|
|
|
|
|
pipeline:
|
|
|
|
build:
|
2022-05-08 16:05:41 -04:00
|
|
|
image: jekyll/jekyll:4.2
|
2022-05-08 16:00:37 -04:00
|
|
|
commands:
|
|
|
|
- gem install bundler
|
|
|
|
- bundle install
|
|
|
|
- bundle exec jekyll build
|