atomaka.com/.drone.yml

13 lines
169 B
YAML
Raw Normal View History

2023-02-17 22:07:10 -05:00
name: default
kind: pipeline
type: docker
steps:
- name: build
2023-02-17 22:26:34 -05:00
image: ruby
commands:
- gem install bundler
- bundle install
- bundle exec jekyll build