Skip to content

Commit a6d1ef2

Browse files
Update creating-a-github-pages-site-with-jekyll.md (#35092)
Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com>
1 parent 1b5e3de commit a6d1ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Before you can use Jekyll to create a {% data variables.product.prodname_pages %
8282
# Removes the contents from your default branch from the working directory
8383
```
8484

85-
1. To create a new Jekyll site, use the `jekyll new` command:
85+
1. To create a new Jekyll site, use the `jekyll new` command in your repository's root directory:
8686

8787
```shell
8888
$ jekyll new --skip-bundle .

0 commit comments

Comments
 (0)