Remove instructions to stage from <username>github.io. (#3893)

This commit is contained in:
Steve Perry
2017-05-24 17:06:17 -07:00
committed by GitHub
parent 4d6a452b9f
commit 64c9d1788d
@@ -14,24 +14,6 @@ Create a fork of the Kubernetes documentation repository as described in
{% capture steps %}
## Staging from your GitHub account
GitHub provides staging of content in your master branch. Note that you
might not want to merge your changes into your master branch. If that is
the case, choose another option for staging your content.
1. In your GitHub account, in your fork, merge your changes into
the master branch.
1. Change the name of your repository to `<your-username>.github.io`, where
`<your-username>` is the username of your GitHub account.
1. Delete the `CNAME` file.
1. View your staged content at this URL:
https://<your-username>.github.io
## Staging a pull request
When you create a pull request, either against the master or &lt;vnext&gt;