mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2024-12-28 01:09:26 -05:00
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:
parent
cd99547f6b
commit
d1c01380f1
13
.drone.yml
Normal file
13
.drone.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user