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

12 lines
189 B
YAML

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