We need to use `bundle exec jekyll` in `script/proof`
This commit is contained in:
parent
aa3b001a04
commit
b48123c1e1
|
@ -15,6 +15,6 @@ command -v htmlproof || {
|
||||||
gem install html-proofer -- --use-system-libraries
|
gem install html-proofer -- --use-system-libraries
|
||||||
}
|
}
|
||||||
|
|
||||||
jekyll build -s site -d _site --trace
|
bundle exec jekyll build -s site -d _site --trace
|
||||||
echo -e "\e[0;36mProofing begins now!\e[0m\n"
|
echo -e "\e[0;36mProofing begins now!\e[0m\n"
|
||||||
htmlproof ./_site
|
htmlproof ./_site
|
||||||
|
|
Loading…
Reference in New Issue