Skip to content

Commit

Permalink
update jekyll command
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmanning committed Oct 6, 2018
1 parent 99b607c commit 6a54030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/language_pack/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ def run_assets_precompile_rake_task

def generate_jekyll_site
puts "Building jekyll site"
pipe("env PATH=$PATH bundle exec jekyll --no-server --no-auto 2>&1")
pipe("env PATH=$PATH bundle exec jekyll build 2>&1")
unless $? == 0
error "Failed to generate site with jekyll."
end
Expand Down

0 comments on commit 6a54030

Please sign in to comment.