Skip to content

Commit

Permalink
Update site
Browse files Browse the repository at this point in the history
  • Loading branch information
kvz committed Mar 4, 2014
1 parent a692355 commit 7c109c8
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 85 deletions.
1 change: 1 addition & 0 deletions _octopress/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@ multitask :push do
cp_r "#{public_dir}/.", deploy_dir
cd "#{deploy_dir}" do
system "git init"
system "git checkout -B gh-pages"
system "git remote add origin [email protected]:kvz/phpjs"
system "git add --all ."
puts "\n## Commiting: Site updated at #{Time.now.utc}"
Expand Down
Loading

0 comments on commit 7c109c8

Please sign in to comment.