Be verbose on the server
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-04-06 13:57:58 +02:00
parent 3aac13abd7
commit dc531455ee
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ run_jekyll() {
--config "$JEKYLL_CONFIG" \
--host "$JEKYLL_HOST" \
--port "$JEKYLL_PORT" \
--trace
--trace \
--verbose
}
# Main entrypoint