Skip to content

Commit a692355

Browse files
committed
Update site
1 parent 7896850 commit a692355

File tree

2 files changed

+39
-40
lines changed

2 files changed

+39
-40
lines changed

_octopress/Rakefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -525,8 +525,7 @@ multitask :push do
525525
cp_r "#{public_dir}/.", deploy_dir
526526
cd "#{deploy_dir}" do
527527
system "git init"
528-
system "git branch -m gh-pages"
529-
system "git remote add origin #{repo_url}"
528+
system "git remote add origin git@github.com:kvz/phpjs"
530529
system "git add --all ."
531530
puts "\n## Commiting: Site updated at #{Time.now.utc}"
532531
message = "Site updated at #{Time.now.utc}"

0 commit comments

Comments
 (0)