Skip to content

Commit

Permalink
Update creating-a-github-pages-site-with-jekyll.md
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
textractor authored Oct 29, 2024
1 parent 485ba6a commit 019fd43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Before you can use Jekyll to create a {% data variables.product.prodname_pages %
# Removes the contents from your default branch from the working directory
```
1. To create a new Jekyll site, use the `jekyll new` command:
1. To create a new Jekyll site, use the `jekyll new` command in your repository's root directory:

```shell
$ jekyll new --skip-bundle .
Expand Down

0 comments on commit 019fd43

Please sign in to comment.