mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 01:08:26 -05:00
Using local jekyll bin to generate docs site
This commit is contained in:
2
Rakefile
2
Rakefile
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user