From 42e59ccbd42f11db4f47536611eda706e8368182 Mon Sep 17 00:00:00 2001 From: maxime-cool Date: Fri, 12 Jan 2024 11:10:29 +0100 Subject: [PATCH] check themes folder --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index 96e3c89..f623c81 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,6 +11,9 @@ steps: - hugo version - echo "Checking folder" - ls + - echo "Checking theme" + - cd themes + - ls # - name: submodule fetch # image: drone/git # commands: