Skip to content

Commit 7f8972c

Browse files
authored
Update content/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll.md
1 parent b98fdaa commit 7f8972c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Before you can use Jekyll to test a site, you must:
5454
>
5555
> To fix the error, try running `bundle add webrick`, then re-running `bundle exec jekyll serve`.
5656
>
57-
> You might get other errors (related to missing gems and methods) if you've installed Ruby 3.2 or later. It is recommended to install Ruby 3.1.x or earlier instead due to compatibility issues with the `github-pages` gem.
57+
> If you've installed Ruby 3.2 or later, you may see other errors related to missing gems and methods, due to compatibility issues with the `github-pages` gem. In this event, you should install Ruby 3.1.x or earlier instead.
5858
>
5959
> * If your `_config.yml` file's `baseurl` field contains your GitHub repository's link, you can use the following command when building locally to ignore that value and serve the site on `localhost:4000/`:
6060
>

0 commit comments

Comments
 (0)