mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-03 11:15:02 -05:00
Add TomDoc for Jekyll::Command.process_site
This commit is contained in:
@@ -8,6 +8,12 @@ module Jekyll
|
||||
dirs += ['*']
|
||||
end
|
||||
end
|
||||
|
||||
# Static: Run Site#process and catch errors
|
||||
#
|
||||
# site - the Jekyll::Site object
|
||||
#
|
||||
# Returns nothing
|
||||
def self.process_site(site)
|
||||
begin
|
||||
site.process
|
||||
|
||||
Reference in New Issue
Block a user