Update creating-a-github-pages-site-with-jekyll.md (#35092)

Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com>
This commit is contained in:
textractor 2024-11-07 11:08:24 -08:00 коммит произвёл GitHub
Родитель 1b5e3de292
Коммит a6d1ef254c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 .