anonymousland/.drone.yml
2022-12-28 23:14:29 -05:00

11 lines
174 B
YAML

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