From abf6e0f4477c4ea6faa392a9f1701ce5891ca05e Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 3 Aug 2022 19:23:14 +0200 Subject: [PATCH] chore(ci): debug --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index dbd4b3a..415c313 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,6 +22,7 @@ steps: commands: - rm -rf public - hugo + - cat public/index.html - name: docker image: plugins/docker