mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-12-25 00:48:53 -05:00
Merge branch '2.1' of github.com:imathis/octopress into 2.1
This commit is contained in:
commit
ec900d5af7
2
Rakefile
2
Rakefile
@ -295,7 +295,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"
|
||||
File.new(".nojekyll", "w").close
|
||||
system "git add ."
|
||||
system "git add -u"
|
||||
message = "Site updated at #{Time.now.utc}"
|
||||
|
Loading…
Reference in New Issue
Block a user