Note Ruby incompability with Jekyll for GitHub Pages#44809
Note Ruby incompability with Jekyll for GitHub Pages#44809david-kudlacek wants to merge 3 commits into
Conversation
|
Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. The table shows the files in the
Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server 🤖 This comment is automatically generated. |
|
Maybe the note should be in the github-pages gem section instead? |
Why:
Closes: #44808
What's being changed (if available, include any code snippets, screenshots, or gifs):
Added a note for the user to install an earlier version of Ruby like 3.1.x if they are using Ruby 3.2 or later to test their GitHub Pages site locally with Jekyll due to errors produced by
bundle exec jekyll servedescribed in the related issue.Check off the following: