Skip to content

Commit

Permalink
Don't use Bundler to run Jekyll
Browse files Browse the repository at this point in the history
That causes GemNotFound errors on Netlify, starting a few days ago.
It looks like their Bundler isn't looking for dependencies in the very
folder WHERE IT INSTALLED THEM.

Until/unless Netlify fixes it, we'll just have to do builds this way.
  • Loading branch information
dgw committed Mar 18, 2019
1 parent 96d40c1 commit f3ee80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ echo "Generating module command/config pages"
python document_sopel_modules.py --sopel=_sopel

echo "Building Jekyll site"
bundler exec jekyll build
jekyll build

echo "Installing Sphinx"
pip install sphinx
Expand Down

0 comments on commit f3ee80b

Please sign in to comment.