Jekyll: CircleCI

Created on 8 Feb 2016  路  1Comment  路  Source: jekyll/jekyll

Hey guys,

I updated to the latest version of Jekyll (3.1.1) and Ruby (2.3.0).
When running Jekyll build in CircleCI I get the following error.

screen shot 2016-02-08 at 10 41 57

ERROR: YOUR SITE COULD NOT BE BUILT:
                    ------------------------------------

Invalid date '<%= Time.now.strftime('%Y-%m-%d %H:%M:%S %z') %>': Document 'vendor/bundle/ruby/2.3.0/gems/jekyll-3.1.1/lib/site_template/_posts/0000-00-00-welcome-to-jekyll.markdown.erb' does not have a valid date in the YAML front matter. bundle exec jekyll build returned exit code 1

It used to work with older versions, so not sure what is causing this error.

Any help would be appreciated! :)

frozen-due-to-age

Most helpful comment

Exclude the vendor/ folder in your _config.yml because CircleCI (and most CI's) bundle install.
_NOTE:_ Questions like these are preferably asked at https://talk.jekyllrb.com/

>All comments

Exclude the vendor/ folder in your _config.yml because CircleCI (and most CI's) bundle install.
_NOTE:_ Questions like these are preferably asked at https://talk.jekyllrb.com/

Was this page helpful?
0 / 5 - 0 ratings

Related issues

muromtsev picture muromtsev  路  3Comments

glynhudson picture glynhudson  路  4Comments

behrangs-sportsbet picture behrangs-sportsbet  路  3Comments

MertcanGokgoz picture MertcanGokgoz  路  3Comments

bzerangue picture bzerangue  路  4Comments