Removed .nojekyll from source directory as it only makes sense to add to GitHub pages deployments. Added .nojekyll creation to push rake task for GitHub pages

This commit is contained in:
Brandon Mathis 2012-05-24 10:18:28 -05:00
parent 47573af6c6
commit e81e1c8289
2 changed files with 1 additions and 0 deletions

View File

@ -292,6 +292,7 @@ multitask :push do
puts "\n## copying #{public_dir} to #{deploy_dir}"
cp_r "#{public_dir}/.", deploy_dir
cd "#{deploy_dir}" do
system "touch .nojekyll"
system "git add ."
system "git add -u"
message = "Site updated at #{Time.now.utc}"