From f444ec0a41e741fe3fab00afeb1cc7374887eae4 Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 27 Feb 2023 15:48:26 +0000 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 8a57c09..825ce83 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: - name: build image: klakegg/hugo:ext-ci commands: - - cd themes/ananke # && npm i && cd - + - cd themes/ananke # && npm i && cd - - hugo --gc --minify --environment production - name: deploy