From 75a1dbfe138b9a42b14411b9f1cc24ad87edb10e Mon Sep 17 00:00:00 2001 From: Ian Adam Naval Date: Tue, 31 Jul 2018 13:37:21 -0700 Subject: [PATCH] Try making the _site --- .drone.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 35b0a2c..4ed0634 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,8 +1,6 @@ pipeline: build: image: jekyll/jekyll:latest - environment: - JEKYLL_UID: "0" - JEKYLL_GID: "0" commands: + - mkdir _site - jekyll build