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

13 lines
187 B
YAML

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