From 874c786b6f90e37574e01a26c084d01a4fd51940 Mon Sep 17 00:00:00 2001 From: Nicolas Trimborn Date: Thu, 2 Mar 2023 10:34:52 +0100 Subject: [PATCH] updated drone config --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0e54d58..1b53b65 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,14 +8,14 @@ steps: image: alpine/git commands: - cd themes - #- git submodule update --init --recursive - - git submodule update --force --recursive --init --remote + - git submodule update --init --recursive + #- git submodule update --force --recursive --init --remote - name: build image: klakegg/hugo:ext-ci commands: - - cd themes/hugo-resume # && npm i && cd - - #- hugo --gc --minify --environment production + #- cd themes/hugo-resume # && npm i && cd - + - hugo --gc --minify --environment production - name: deploy image: appleboy/drone-scp