added drone CI config

This commit is contained in:
Lynne Megido 2020-03-01 02:10:14 +10:00
parent 206cf23810
commit 3b07cd9d5d
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

8
.drone.yml Normal file
View 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