Skip to content

Commit

Permalink
Git init with deploy_branch
Browse files Browse the repository at this point in the history
  • Loading branch information
SunDi3yansyah committed Dec 28, 2023
1 parent cdd68a0 commit 6f83ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ task :setup_github_pages, :repo do |t, args|
rm_rf deploy_dir
mkdir deploy_dir
cd "#{deploy_dir}" do
system "git init"
system "git init -b #{deploy_branch}"
system "echo 'My Octopress Page is coming soon …' > index.html"
system "git add ."
system "git commit -m \"Octopress init\""
Expand Down

0 comments on commit 6f83ddc

Please sign in to comment.