diff --git a/.drone.yml b/.drone.yml index 825ce83..f185158 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/hugo-resume # && npm i && cd - - hugo --gc --minify --environment production - name: deploy