#583 has been merged, but should wait for #860.

This commit is contained in:
Parker Moore 2013-05-02 22:19:01 +02:00
parent 40b587c46c
commit 4c7b9cb953
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ namespace :site do
desc "Commit the local site to the gh-pages branch and publish to GitHub Pages"
task :publish do
# Failsafe. Remove this once it has been done.
puts "Make sure to merge #583 into gh-pages before deploying."
puts "Make sure to merge #860 into gh-pages before deploying."
exit(1)
# Ensure the gh-pages dir exists so we can generate into it.