Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(gh-pages): improve separate repository instructions #35118

Merged
merged 2 commits into from
Mar 14, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ For a repository named like `username.github.io`, you don't need to specify `pat
> `git checkout -b source main`
> 2. Change the default branch in your repository settings ("Branches" menu item) from `main` to `source`
> - **Note**: GitHub Pages lets you use any branch for deployment, see [this docs page](https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site#choosing-a-publishing-source) on how to do this. This means you do not necessarily have to change your default branch.
> - Have a separate repository for your source code (so `username.github.io` is used only for deployment and not really for tracking your source code)
> - Have a separate repository for your source code (so `username.github.io` is used only for deployment and not really for tracking your source code). If going down this route, you will need to add extra option for `--repo <repo>` (works for https and git urls) in the gh-pages command below.
tyhopp marked this conversation as resolved.
Show resolved Hide resolved

```json:title=package.json
{
Expand Down