report success from a normal jekyll run
This commit is contained in:
parent
8ed84a7590
commit
a99e142163
|
@ -105,6 +105,7 @@ if options[:auto]
|
|||
end
|
||||
else
|
||||
Jekyll.process(source, destination)
|
||||
puts "Successfully generated site in #{destination}"
|
||||
end
|
||||
|
||||
if options[:server]
|
||||
|
|
Loading…
Reference in New Issue