1
0
mirror of synced 2025-12-30 03:01:36 -05:00

Merge pull request #50914 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2024-05-31 05:34:11 -07:00
committed by GitHub

View File

@@ -102,6 +102,12 @@ Before you can use Jekyll to create a {% data variables.product.prodname_pages %
The correct version Jekyll will be installed as a dependency of the `github-pages` gem.
1. Save and close the Gemfile.
1. From the command line, run `bundle install`.
1. Open the `.gitignore` file that Jekyll created and ignore the gems lock file by adding this line:
```shell
Gemfile.lock
```
1. Optionally, make any necessary edits to the `_config.yml` file. This is required for relative paths when the repository is hosted in a subdirectory. For more information, see "[AUTOTITLE](/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository)."
```yaml