From 6c69b3c6e7ffcdfa1142e1481e024ac57212962e Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Mon, 22 May 2023 22:25:20 -0400 Subject: [PATCH] whoops --- .drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 538a41e..cdf432b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,6 @@ steps: - name: build image: code.ndumas.com/ndumas/drone-hugo:latest commands: - - cd /tmp/blog - hugo version - hugo --enableGitInfo --minify - name: publish