diff --git a/Rakefile b/Rakefile index 6e75c69..d96ea67 100644 --- a/Rakefile +++ b/Rakefile @@ -2,7 +2,7 @@ task :default => :server desc 'Build site with Jekyll' task :build do - jekyll + jekyll 'build' end desc 'Build and start server with --auto'