Skip to content

Commit

Permalink
Codechange: Exclude vendor from build
Browse files Browse the repository at this point in the history
vendor is the most likely place for someone to have put local gems.
If this is the case, jekyll will try to compile its own site template,
which is located in something like
vendor/cache/gems/jekyll-3.2.1/lib/site_template/_posts/0000-00-00-welcome-to-jekyll.markdown.erb,
which will then fail due to an invalid strftime.

See jekyll/jekyll#5267 for further details.
  • Loading branch information
LordAro committed Dec 28, 2019
1 parent a01dcaf commit 787d526
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ exclude:
- nginx.default.conf
- requirements.base
- requirements.txt
- vendor

defaults:
- scope:
Expand Down

0 comments on commit 787d526

Please sign in to comment.