Skip to content

Commit

Permalink
Make doc:gh_pages push to the correct repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwhite committed Feb 8, 2009
1 parent 992218e commit ee45c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -53,7 +53,7 @@ namespace :doc do
`mv doctmp doc`
`git add doc`
`git commit -m "Update API docs"`
`git push origin gh-pages`
`git push git@github.com:ianwhite/inherit_views.git gh-pages`
`git checkout master`
`git branch -D gh-pages-tmp`
end
Expand Down

0 comments on commit ee45c56

Please sign in to comment.