--- kind: pipeline type: docker name: default pipeline: build: image: jekyll/jekyll:4.2 commands: - gem install bundler - bundle install - bundle exec jekyll build