Skip to content

Commit

Permalink
Actually build when deploying.
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyatom committed Nov 5, 2013
1 parent 15726bb commit 3f182a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
task :deploy do
system("jekyll && rsync -avz --delete _site/ exciting.io:exciting.io")
system("jekyll build && rsync -avz --delete _site/ exciting.io:exciting.io")
end

0 comments on commit 3f182a5

Please sign in to comment.