From a6af4dace2194da2a666d471f937304bee15786d Mon Sep 17 00:00:00 2001 From: Alec Barrett Date: Wed, 24 Mar 2021 19:41:25 -0400 Subject: [PATCH] replace master with main to reflect GH default https://github.com/github/renaming --- 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 8caafc17bf..c27a95a87c 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.