Skip to content

Commit

Permalink
./bin/deploy: remove --lsi from build command
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdevalias committed Jul 3, 2024
1 parent 2b0fb82 commit 2d34097
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/build
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@

0 comments on commit 2d34097

Please sign in to comment.