Skip to content

Commit

Permalink
docs: replace master with main to reflect GH default (#6377)
Browse files Browse the repository at this point in the history
  • Loading branch information
anbnyc committed May 10, 2021
1 parent ad213f0 commit 3b92671
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guide/deployment.md
Expand Up @@ -75,10 +75,10 @@ If you are using the PWA plugin, your app must be served over HTTPS so that [Ser
git commit -m 'deploy'
# if you are deploying to https://<USERNAME>.github.io
# git push -f git@github.com:<USERNAME>/<USERNAME>.github.io.git master
# git push -f git@github.com:<USERNAME>/<USERNAME>.github.io.git main
# if you are deploying to https://<USERNAME>.github.io/<REPO>
# git push -f git@github.com:<USERNAME>/<REPO>.git master:gh-pages
# git push -f git@github.com:<USERNAME>/<REPO>.git main:gh-pages
cd -
```
Expand Down Expand Up @@ -112,7 +112,7 @@ If you are using the PWA plugin, your app must be served over HTTPS so that [Ser
github_token: $GITHUB_TOKEN
local_dir: dist
on:
branch: master
branch: main
```

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

0 comments on commit 3b92671

Please sign in to comment.