Make sure we do not forget to merge #583 in the future.
This commit is contained in:
parent
00d979759e
commit
43216ac629
4
Rakefile
4
Rakefile
|
@ -135,6 +135,10 @@ namespace :site do
|
||||||
|
|
||||||
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 do
|
||||||
|
# Failsafe. Remove this once it has been done.
|
||||||
|
puts "Make sure to merge #583 into gh-pages before deploying."
|
||||||
|
exit(1)
|
||||||
|
|
||||||
# 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