Update '.drone.yml'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Nick 2023-03-01 13:37:06 +00:00
parent 412c809dd4
commit 2ce669cd14
1 changed files with 1 additions and 1 deletions

View File

@ -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