Skip to content

Commit b5fac0e

Browse files
authored
Update 2022-02-24-my-first-post.markdown
`bundle add webrick # Solves https://github.com/github/pages-gem/issues/752`
1 parent 2c61d41 commit b5fac0e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

+5-4
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,11 @@ Setting up from scratch and Publishing your First Post
6666
5. Save and close the Gemfile.
6767
11. Run Commands:
6868
1. `bundle install`
69-
2. `git add .`
70-
3. `git commit -m 'Initial GitHub pages site with Jekyll'`
71-
4. `git remote add origin https://github.com/lithiumhead/lithiumhead.github.io`
72-
5. `git push -u origin gh-pages`
69+
2. `bundle add webrick # Solves https://github.com/github/pages-gem/issues/752`
70+
3. `git add .`
71+
4. `git commit -m 'Initial GitHub pages site with Jekyll'`
72+
5. `git remote add origin https://github.com/lithiumhead/lithiumhead.github.io`
73+
6. `git push -u origin gh-pages`
7374
12. Configure GitHub Pages settings for your repo
7475
1. Open browser and goto [https://github.com/lithiumhead/lithiumhead.github.io/settings/pages](https://github.com/lithiumhead/lithiumhead.github.io/settings/pages)
7576
2. Under Source, change to `gh-pages`

0 commit comments

Comments
 (0)