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