sharpetronics.com/.drone.yml
oDinZu f652264656
Some checks reported errors
continuous-integration/drone/push Build was killed
adding drone ci
2022-05-08 16:05:41 -04:00

13 lines
193 B
YAML

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