-
Notifications
You must be signed in to change notification settings - Fork 356
Description
Before submitting an issue, please be sure to
- Read the contributing instructions
- Update to the latest Gem version (run
bundle update github-pages
)
This issue affects
- The site generated by GitHub Pages
- Building sites locally
The GitHub Pages Gem is intended to help users replicate the GitHub Pages build environment locally. If your issue affects both the hosted version and the version previewed locally, you may be better suited reporting seeking support in other forums.
What did you do (e.g., steps to reproduce)
Compared version of jekyll-github-metadata
on https://pages.github.com/versions/ and bundle exec github-pages versions
What did you expect to happen?
I thought the versions would match.
What happened instead?
bundle exec github-pages versions
shows version 2.12.1
https://pages.github.com/versions/ shows version 2.9.4
Additional information
- Link to the live site (if applicable):
- Link to the source repo (if applicable):
This sounds similar to #606 but I wanted to be explicit about versions. Apologies if I’ve misunderstood the process, but my understanding from reading the README and the published site is that the two should be in sync. I’m just trying to work out when jekyll/github-metadata#147 is likely to be available in a GHE release.