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