diff --git a/.drone.yml b/.drone.yml index f185158..e29c8f1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: - name: build image: klakegg/hugo:ext-ci commands: - - cd themes/hugo-resume # && npm i && cd - + #- cd themes/hugo-resume # && npm i && cd - - hugo --gc --minify --environment production - name: deploy