Output Jekyll output if ENV['DEBUG'] exists
This commit is contained in:
parent
e5b7373298
commit
62129d9a2f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue