From 26aa6b4150fe6f91f39deb914d0f5b30c34c9603 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 19 Dec 2015 22:22:26 -0800 Subject: [PATCH] Update pull command --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 1387add7888..d98244db570 100644 --- a/Rakefile +++ b/Rakefile @@ -253,7 +253,7 @@ multitask :push do puts "## Deploying branch to Github Pages " puts "## Pulling any updates from Github Pages " cd "#{deploy_dir}" do - system "git checkout origin gh-pages" + system "git checkout gh-pages" end (Dir["#{deploy_dir}/*"]).each { |f| rm_rf(f) } Rake::Task[:copydot].invoke(public_dir, deploy_dir)