Skip to content

Commit

Permalink
Moved GH Pages management to master branch instead of gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
rmm5t committed Jan 19, 2017
1 parent 9f1ae8c commit f98523d
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,8 @@ require "bundler/setup"

task default: :test

desc "Publish \"marketing\" docs"
task :publish_docs do
sh("git rebase master gh-pages")
sh("git checkout master")
sh("git push origin master")
sh("git push origin gh-pages")
end

desc "Publish new release"
task publish: :publish_docs do
task :publish do
sh("git push --tags")
sh("npm publish")
end
Expand Down

0 comments on commit f98523d

Please sign in to comment.