From e084e6d6cafd9bf21c61aabeeb8158c12ff96e0b Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Sat, 18 Feb 2023 00:56:43 -0500 Subject: [PATCH] other format --- .drone.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index a212308..993cad2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,11 +1,13 @@ -pipeline: - build: +kind: pipeline + +steps: + - name: build image: ruby commands: - gem install bundler - bundle install - bundle exec jekyll build - publish: + - name: publish image: plugins/docker settings: pull_image: true