Skip to content

Commit 3b92671

Browse files
authored
docs: replace master with main to reflect GH default (#6377)
1 parent ad213f0 commit 3b92671

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guide/deployment.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ If you are using the PWA plugin, your app must be served over HTTPS so that [Ser
7575
git commit -m 'deploy'
7676
7777
# if you are deploying to https://<USERNAME>.github.io
78-
# git push -f [email protected]:<USERNAME>/<USERNAME>.github.io.git master
78+
# git push -f [email protected]:<USERNAME>/<USERNAME>.github.io.git main
7979
8080
# if you are deploying to https://<USERNAME>.github.io/<REPO>
81-
# git push -f [email protected]:<USERNAME>/<REPO>.git master:gh-pages
81+
# git push -f [email protected]:<USERNAME>/<REPO>.git main:gh-pages
8282
8383
cd -
8484
```
@@ -112,7 +112,7 @@ If you are using the PWA plugin, your app must be served over HTTPS so that [Ser
112112
github_token: $GITHUB_TOKEN
113113
local_dir: dist
114114
on:
115-
branch: master
115+
branch: main
116116
```
117117

118118
6. Push the `.travis.yml` file to your repository to trigger the first build.

0 commit comments

Comments
 (0)