Skip to content

Commit 2c61d41

Browse files
authored
Update 2022-02-24-my-first-post.markdown
update gh-pages version to 228
1 parent 1a92651 commit 2c61d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_posts/2022-02-24-my-first-post.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Setting up from scratch and Publishing your First Post
6262
1. Open the Gemfile that Jekyll created (`nano Gemfile`)
6363
2. Add `#` to the beginning of the line that starts with `gem "jekyll"` to comment out this line.
6464
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)
6666
5. Save and close the Gemfile.
6767
11. Run Commands:
6868
1. `bundle install`

0 commit comments

Comments
 (0)