From 2d34097178a43d1894eff6979bc5791a47f52575 Mon Sep 17 00:00:00 2001 From: Glenn 'devalias' Grant Date: Wed, 3 Jul 2024 13:55:16 +1000 Subject: [PATCH] ./bin/deploy: remove --lsi from build command --- bin/build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/build b/bin/build index 476ef2018..071f047a1 100755 --- a/bin/build +++ b/bin/build @@ -60,4 +60,5 @@ if ! check_site_setup; then fi # Build the Jekyll site -JEKYLL_ENV=production bundle exec jekyll build --lsi --profile $@ +# JEKYLL_ENV=production bundle exec jekyll build --lsi --profile $@ +JEKYLL_ENV=production bundle exec jekyll build --profile $@