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
This commit is contained in:
NebulaOnion 2022-11-04 17:56:42 +00:00
parent cd99547f6b
commit d1c01380f1

13
.drone.yml Normal file
View File

@ -0,0 +1,13 @@
kind: pipeline
name: Jekyll build
type: docker
steps:
- name: build
image: ruby
commands:
- gem install bundler
- bundle install
- bundle exec jekyll build