Add CI/CD via Drone #1
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,11 @@ steps:
|
|||
- gem install bundler
|
||||
- bundle install
|
||||
- bundle exec jekyll build
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
exclude: master
|
||||
event: push
|
||||
---
|
||||
name: build
|
||||
kind: pipeline
|
||||
|
|
Loading…
Reference in a new issue