atomaka.com/.drone.yml
Andrew Tomaka 1cb6adcc55
All checks were successful
continuous-integration/drone Build is passing
( ͡° ͜ʖ ͡°)
2023-02-17 22:26:34 -05:00

12 lines
169 B
YAML

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