From 7c258e74f5a61758422bf1cec9c7dc712f8fcc7f Mon Sep 17 00:00:00 2001 From: Maruan Al-Shedivat Date: Sat, 1 Jul 2017 09:24:04 -0700 Subject: [PATCH] Make deploy script use bunlder --- bin/deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/deploy b/bin/deploy index 59d0668..f19c1f9 100755 --- a/bin/deploy +++ b/bin/deploy @@ -15,7 +15,7 @@ fi git checkout -b gh-pages # Build site. -jekyll build +bundle exec jekyll build # Delete and move files. find . -maxdepth 1 ! -name '_site' ! -name '.git' ! -name '.gitignore' -exec rm -rf {} \;