diff --git a/features/step_definitions/jekyll_steps.rb b/features/step_definitions/jekyll_steps.rb index 1a4ec029..b0cb4c87 100644 --- a/features/step_definitions/jekyll_steps.rb +++ b/features/step_definitions/jekyll_steps.rb @@ -141,7 +141,7 @@ end When /^I run jekyll(.*)$/ do |args| status = run_jekyll(args) - if args.include?("--verbose") + if args.include?("--verbose") || ENV['DEBUG'] puts jekyll_run_output end end