kind: pipeline name: Jekyll build type: docker steps: - name: build image: ruby:3.1.3 commands: - gem update - gem install bundler - bundle install - bundle exec jekyll build