diff --git a/.drone.yml b/.drone.yml index 092b853..8a57c09 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