sergio.am/.drone.yml

9 lines
130 B
YAML

pipeline:
build:
image: ruby:alpine
commands:
- bundle install
- bundle exec jekyll build
branches: main