From c6d5035378aa72a3d114cb895ba147dc89003bf1 Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 15 Oct 2018 11:41:00 +0200 Subject: [PATCH] Added debug to drone --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 56c3aa7..dcf114a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,6 +22,7 @@ pipeline: pull: true commands: - hugo + - tree public when: event: [ push, tag, pull_request ]