Make deploy script use bunlder

This commit is contained in:
Maruan Al-Shedivat 2017-07-01 09:24:04 -07:00
parent bb7d901b03
commit 7c258e74f5

View File

@ -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 {} \;