Skip to content

Commit 019fd43

Browse files
authored
Update creating-a-github-pages-site-with-jekyll.md
The `jekyll new --skip-bundle .` step should happen in the root directory. The previous step said to `cd docs` but seems that's not necessary? But if you're still in the docs directory (from the previous step), you'll create the site in the wrong place. Alternatively, remove the `cd docs` command if it's really not needed.
1 parent 485ba6a commit 019fd43

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)