mirror of
https://github.com/scratchfoundation/jquery-timeago.git
synced 2025-02-17 00:20:32 -05:00
More explicit use of git pushing in rake publish
This commit is contained in:
parent
57fd61b23d
commit
d07fef295e
1 changed files with 2 additions and 1 deletions
3
Rakefile
3
Rakefile
|
@ -6,7 +6,8 @@ desc 'Publish "marketing" docs'
|
|||
task :publish do
|
||||
sh("git rebase master gh-pages")
|
||||
sh("git checkout master")
|
||||
sh("git push")
|
||||
sh("git push origin master")
|
||||
sh("git push origin gh-pages")
|
||||
sh("git push --tags")
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue