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