Make deploy script use bunlder
This commit is contained in:
parent
bb7d901b03
commit
7c258e74f5
@ -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 {} \;
|
||||
|
Loading…
Reference in New Issue
Block a user