You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update to the latest Gem version (run bundle update github-pages)
This issue affects
The site generated by GitHub Pages
Building sites locally
What did you do (e.g., steps to reproduce)
Ran bundle exec jekyll build with version 206 of the gem (this worked).
Ran bundle exec jekyll build with version 208 of the gem (this failed).
What did you expect to happen?
A successful build
What happened instead?
Build failed with this error message on 208 (but was successful on 206):
Liquid Exception: undefined method `encode' for #<Jekyll::GitHubMetadata::Value:0x00007fc40d835148> in /_layouts/base.html
Additional information
Whilst the error sounds like it relates to the jekyll-github-metadata plugin, but the version of that hasn't changed with the latest gem bumps. That's why I'm reporting this here—sorry if this is the wrong place.
I did try updating just jekyll to 3.9.0 but was not able to get a build to run after doing so. I'm hoping that you might be able to advise as to where the problem may be, or how I could narrow down the package(s) causing it.
The diff to my Gemfile.lock from version 206, which builds fine, to 208, which fails, is:
Before submitting an issue, please be sure to
bundle update github-pages
)This issue affects
What did you do (e.g., steps to reproduce)
bundle exec jekyll build
with version 206 of the gem (this worked).bundle exec jekyll build
with version 208 of the gem (this failed).What did you expect to happen?
A successful build
What happened instead?
Build failed with this error message on 208 (but was successful on 206):
Additional information
Whilst the error sounds like it relates to the
jekyll-github-metadata
plugin, but the version of that hasn't changed with the latest gem bumps. That's why I'm reporting this here—sorry if this is the wrong place.I did try updating just jekyll to 3.9.0 but was not able to get a build to run after doing so. I'm hoping that you might be able to advise as to where the problem may be, or how I could narrow down the package(s) causing it.
The diff to my
Gemfile.lock
from version 206, which builds fine, to 208, which fails, is:The text was updated successfully, but these errors were encountered: