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