Skip to content

Commit 6a54030

Browse files
committed
update jekyll command
1 parent 99b607c commit 6a54030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/language_pack/ruby.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ def run_assets_precompile_rake_task
962962

963963
def generate_jekyll_site
964964
puts "Building jekyll site"
965-
pipe("env PATH=$PATH bundle exec jekyll --no-server --no-auto 2>&1")
965+
pipe("env PATH=$PATH bundle exec jekyll build 2>&1")
966966
unless $? == 0
967967
error "Failed to generate site with jekyll."
968968
end

0 commit comments

Comments
 (0)