Fixed rakefile
This commit is contained in:
parent
a3d879da09
commit
681c15ebdb
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -2,7 +2,7 @@ require "bundler/setup"
|
||||||
|
|
||||||
task :default => :watch
|
task :default => :watch
|
||||||
|
|
||||||
desc "Publish "marketing" docs"
|
desc "Publish \"marketing\" docs"
|
||||||
task :publish do
|
task :publish do
|
||||||
sh("git rebase master gh-pages")
|
sh("git rebase master gh-pages")
|
||||||
sh("git checkout master")
|
sh("git checkout master")
|
||||||
|
|
Reference in a new issue