Add TomDoc for Jekyll::Command.process_site
This commit is contained in:
parent
5f54507204
commit
0884a52fea
|
@ -8,6 +8,12 @@ module Jekyll
|
||||||
dirs += ['*']
|
dirs += ['*']
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# Static: Run Site#process and catch errors
|
||||||
|
#
|
||||||
|
# site - the Jekyll::Site object
|
||||||
|
#
|
||||||
|
# Returns nothing
|
||||||
def self.process_site(site)
|
def self.process_site(site)
|
||||||
begin
|
begin
|
||||||
site.process
|
site.process
|
||||||
|
|
Loading…
Reference in New Issue