Update '.drone.yml'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-03-01 13:35:05 +00:00
parent e070b60d78
commit 412c809dd4

View File

@@ -12,7 +12,7 @@ steps:
- name: build - name: build
image: klakegg/hugo:ext-ci image: klakegg/hugo:ext-ci
commands: commands:
- cd themes/ananke # && npm i && cd - - cd themes/hugo-resume # && npm i && cd -
- hugo --gc --minify --environment production - hugo --gc --minify --environment production
- name: deploy - name: deploy