Skip to content

Commit

Permalink
Update how-gatsby-works-with-github-pages.md (#3328)
Browse files Browse the repository at this point in the history
  • Loading branch information
orta authored and KyleAMathews committed Dec 23, 2017
1 parent ecfc048 commit 075fa82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/how-gatsby-works-with-github-pages.md
Expand Up @@ -6,7 +6,7 @@ The easiest way to push a gatsby app to github pages is using a package called `

`yarn add --dev gh-pages`

## Github repository page
## GitHub repository page

Add a `deploy` script to `package.json`

Expand All @@ -28,7 +28,7 @@ We are using prefix paths because our website is inside a folder `http://usernam

When you run `yarn run deploy` all contents of `public` folder will be moved to your repositorys `gh-pages` branch.

## Github Organization or User page
## GitHub Organization or User page

First thing is to create a repository which should be named `username.github.io`.

Expand All @@ -43,4 +43,4 @@ In this case we dont need to specify `pathPrefix`, but our website needs to be p
}
```

After running `yarn run deplploy` you should see your website at `http://username.github.io`
After running `yarn run deploy` you should see your website at `http://username.github.io`

0 comments on commit 075fa82

Please sign in to comment.