mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2025-05-15 08:02:15 -04: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
1 changed files with 13 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue