Skip to content

Commit

Permalink
Use middleman-gh-pages tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
yhara committed Dec 12, 2013
1 parent 4f0a0f2 commit 6f0f8f8
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
desc "build"
task :build do
sh "middleman build"
end

desc "scp to server"
task :push => :build do
sh "rsync -avr --progress build/* sakura:esolang-book/"
end

require 'middleman-gh-pages'

0 comments on commit 6f0f8f8

Please sign in to comment.