anonymousland/.drone.yml
NebulaOnion d1c01380f1 Initial Jekyll support (Drone CI) (#22)
Closes #5

Co-authored-by: NebulaOnion <84784521+NebulaOnion@users.noreply.github.com>
Reviewed-on: https://git.anonymousland.org/anonymousland/anonymousland/pulls/22
2022-11-04 17:56:42 +00:00

13 lines
168 B
YAML

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