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
Copy file name to clipboardexpand all lines: docs/_posts/2022-02-24-my-first-post.markdown
+1-1
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ Setting up from scratch and Publishing your First Post
62
62
1. Open the Gemfile that Jekyll created (`nano Gemfile`)
63
63
2. Add `#` to the beginning of the line that starts with `gem "jekyll"` to comment out this line.
64
64
3. In place of that, add line: `gem "github-pages", "~> GITHUB-PAGES-VERSION", group: :jekyll_plugins`
65
-
4. Replace `GITHUB-PAGES-VERSION` in the above line with the version number from [here](https://pages.github.com/versions/). (It was 223 on 2022-02-24)
65
+
4. Replace `GITHUB-PAGES-VERSION` in the above line with the version number from [here](https://pages.github.com/versions/). (It was 228 on 2023-11-28)
0 commit comments