diff --git a/docs/home/contribute/stage-documentation-changes.md b/docs/home/contribute/stage-documentation-changes.md index 7d1a0b4205..c851581f9b 100644 --- a/docs/home/contribute/stage-documentation-changes.md +++ b/docs/home/contribute/stage-documentation-changes.md @@ -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 `.github.io`, where -`` is the username of your GitHub account. - -1. Delete the `CNAME` file. - -1. View your staged content at this URL: - - https://.github.io - ## Staging a pull request When you create a pull request, either against the master or <vnext>