Using local jekyll bin to generate docs site

This commit is contained in:
Parker Moore 2013-01-01 19:44:11 -05:00
parent 72c8ceba4e
commit f7eacb7666
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ namespace :site do
# Generate the site in server mode.
puts "Running Jekyll..."
sh "cd site && jekyll --server"
sh "cd site && #{File.expand_path('bin/jekyll', File.dirname(__FILE__))} --server"
end
desc "Commit the local site to the gh-pages branch and publish to GitHub Pages"