Skip to content

Commit 5e6b7fd

Browse files
committed
Update deploy branch
1 parent 6adddf4 commit 5e6b7fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rakefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ rsync_args = "" # Any extra arguments to pass to rsync
1212
deploy_default = "push"
1313

1414
# This will be configured for you when you run config_deploy
15-
deploy_branch = "gh-pages"
15+
deploy_branch = "master"
1616

1717
## -- Misc Configs -- ##
1818

@@ -254,7 +254,7 @@ multitask :push do
254254
puts "## Deploying branch to Github Pages "
255255
puts "## Pulling any updates from Github Pages "
256256
cd "#{deploy_dir}" do
257-
system "git checkout gh-pages"
257+
system "git checkout #{deploy_branch}"
258258
end
259259
(Dir["#{deploy_dir}/*"]).each { |f| rm_rf(f) }
260260
Rake::Task[:copydot].invoke(public_dir, deploy_dir)

0 commit comments

Comments
 (0)