From 20f4e198c3fd367bfd72b6eec1d8e3218cfefbbd Mon Sep 17 00:00:00 2001 From: Demi-wlw <88136271+Demi-wlw@users.noreply.github.com> Date: Sat, 11 Mar 2023 11:51:32 +0000 Subject: [PATCH] Added related posts section (#1168) --- bin/deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/deploy b/bin/deploy index 6797268f1424..dc339a6706ad 100755 --- a/bin/deploy +++ b/bin/deploy @@ -93,7 +93,7 @@ git checkout -b $DEPLOY_BRANCH export JEKYLL_ENV=production # Build site -bundle exec jekyll build +bundle exec jekyll build --lsi # Delete and move files find . -maxdepth 1 ! -name '_site' ! -name '.git' ! -name 'CNAME' ! -name '.gitignore' -exec rm -rf {} \;