sharpetronics.com/.drone.yml
2022-05-08 16:12:12 -04:00

12 lines
171 B
YAML

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