Run Site#generate for 'jekyll doctor' to catch plugin issues.
This commit is contained in:
parent
dfc7d61765
commit
e6dc78b22f
|
@ -19,7 +19,9 @@ module Jekyll
|
||||||
|
|
||||||
def process(options)
|
def process(options)
|
||||||
site = Jekyll::Site.new(configuration_from_options(options))
|
site = Jekyll::Site.new(configuration_from_options(options))
|
||||||
|
site.reset
|
||||||
site.read
|
site.read
|
||||||
|
site.generate
|
||||||
|
|
||||||
if healthy?(site)
|
if healthy?(site)
|
||||||
Jekyll.logger.info "Your test results", "are in. Everything looks fine."
|
Jekyll.logger.info "Your test results", "are in. Everything looks fine."
|
||||||
|
|
Loading…
Reference in New Issue