Added a prereq to generate history before publishing to gh-pages.
This commit is contained in:
parent
4440f273e0
commit
cffd3a051b
2
Rakefile
2
Rakefile
|
@ -114,7 +114,7 @@ namespace :site do
|
||||||
end
|
end
|
||||||
|
|
||||||
desc "Commit the local site to the gh-pages branch and publish to GitHub Pages"
|
desc "Commit the local site to the gh-pages branch and publish to GitHub Pages"
|
||||||
task :publish do
|
task :publish => [:history] do
|
||||||
# Ensure the gh-pages dir exists so we can generate into it.
|
# Ensure the gh-pages dir exists so we can generate into it.
|
||||||
puts "Checking for gh-pages dir..."
|
puts "Checking for gh-pages dir..."
|
||||||
unless File.exist?("./gh-pages")
|
unless File.exist?("./gh-pages")
|
||||||
|
|
Loading…
Reference in New Issue