anonymousland/.drone.yml

12 lines
192 B
YAML
Raw Normal View History

kind: pipeline
name: Jekyll build
type: docker
steps:
- name: build
image: ruby
commands:
- gem install bundler
- bundle install
2022-12-28 23:16:21 -05:00
- bundle update
2022-12-28 23:10:34 -05:00
- bundle exec jekyll build --trace