Skip to content

Commit c98fda7

Browse files
docs: Update GitHub default branch from to 'main' (#1883)
1 parent 9b74744 commit c98fda7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: docs/deploy.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ Similar to [GitBook](https://www.gitbook.com), you can deploy files to GitHub Pa
77
There are three places to populate your docs for your GitHub repository:
88

99
- `docs/` folder
10-
- master branch
10+
- main branch
1111
- gh-pages branch
1212

13-
It is recommended that you save your files to the `./docs` subfolder of the `master` branch of your repository. Then select `master branch /docs folder` as your GitHub Pages source in your repository's settings page.
13+
It is recommended that you save your files to the `./docs` subfolder of the `main` branch of your repository. Then select `main branch /docs folder` as your GitHub Pages source in your repository's settings page.
1414

1515
![GitHub Pages](_images/deploy-github-pages.png)
1616

17-
!> You can also save files in the root directory and select `master branch`.
17+
!> You can also save files in the root directory and select `main branch`.
1818
You'll need to place a `.nojekyll` file in the deploy location (such as `/docs` or the gh-pages branch)
1919

2020
## GitLab Pages

0 commit comments

Comments
 (0)