sergio.am/.drone.yml

9 lines
130 B
YAML
Raw Normal View History

2022-05-11 17:56:50 +00:00
pipeline:
build:
image: ruby:alpine
commands:
- bundle install
- bundle exec jekyll build
branches: main