Add drone fix 11/?: make hugo generate verbose output
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Danila Fedorin 2020-02-29 23:00:45 -08:00
parent 3522c34adf
commit 4bae586e36

View File

@ -12,7 +12,7 @@ steps:
- name: build-live
image: klakegg/hugo:ext-alpine
commands:
- hugo -D --baseUrl "http://danilafe.com:8080" --destination /drone/src/build
- hugo -v -D --baseUrl "http://danilafe.com:8080" --destination /drone/src/build
- pwd
- ls -la .
- name: upload-live