anonymousland/.drone.yml

13 lines
176 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-29 04:10:34 +00:00
- bundle exec jekyll build --trace