From 3b07cd9d5d84db0ad9ce71b674c24b286d093169 Mon Sep 17 00:00:00 2001 From: Lynne Date: Sun, 1 Mar 2020 02:10:14 +1000 Subject: [PATCH] added drone CI config --- .drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..ef4f36d --- /dev/null +++ b/.drone.yml @@ -0,0 +1,8 @@ +pipeline: + build: + image: ruby + commands: + - gem install bundler + - bundle install + - bundle exec jekyll build + - bundle exec htmlproofer ./_site --disable-external