Merge pull request #2121 from XhmikosR/docs
This commit is contained in:
commit
76313dfd99
|
@ -106,7 +106,6 @@ Mercenary.program(:jekyll) do |p|
|
||||||
c.option 'host', '-H', '--host [HOST]', 'Host to bind to'
|
c.option 'host', '-H', '--host [HOST]', 'Host to bind to'
|
||||||
|
|
||||||
c.action do |args, options|
|
c.action do |args, options|
|
||||||
options = normalize_options(options)
|
|
||||||
options = Jekyll.configuration(options.merge!({
|
options = Jekyll.configuration(options.merge!({
|
||||||
'source' => File.expand_path("../site", File.dirname(__FILE__)),
|
'source' => File.expand_path("../site", File.dirname(__FILE__)),
|
||||||
'destination' => File.expand_path("../site/_site", File.dirname(__FILE__))
|
'destination' => File.expand_path("../site/_site", File.dirname(__FILE__))
|
||||||
|
|
Loading…
Reference in New Issue