drone ci example
This commit is contained in:
parent
a1792ccaf2
commit
9291e5ad15
|
@ -0,0 +1,8 @@
|
||||||
|
|
||||||
|
pipeline:
|
||||||
|
build:
|
||||||
|
image: ruby:alpine
|
||||||
|
commands:
|
||||||
|
- bundle install
|
||||||
|
- bundle exec jekyll build
|
||||||
|
branches: main
|
Loading…
Reference in New Issue