added drone CI config
This commit is contained in:
parent
206cf23810
commit
3b07cd9d5d
1 changed files with 8 additions and 0 deletions
8
.drone.yml
Normal file
8
.drone.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
pipeline:
|
||||||
|
build:
|
||||||
|
image: ruby
|
||||||
|
commands:
|
||||||
|
- gem install bundler
|
||||||
|
- bundle install
|
||||||
|
- bundle exec jekyll build
|
||||||
|
- bundle exec htmlproofer ./_site --disable-external
|
Loading…
Reference in a new issue