From 3b92671ddbba28e06cffc8e916497cff70651069 Mon Sep 17 00:00:00 2001 From: Alec Barrett Date: Mon, 10 May 2021 09:36:32 -0400 Subject: [PATCH] docs: replace master with main to reflect GH default (#6377) --- docs/guide/deployment.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guide/deployment.md b/docs/guide/deployment.md index 2120367af4..97c616e0fc 100644 --- a/docs/guide/deployment.md +++ b/docs/guide/deployment.md @@ -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://.github.io - # git push -f git@github.com:/.github.io.git master + # git push -f git@github.com:/.github.io.git main # if you are deploying to https://.github.io/ - # git push -f git@github.com:/.git master:gh-pages + # git push -f git@github.com:/.git main:gh-pages cd - ``` @@ -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.