From be56ed5ff91ca8442b08cb26f8efe289b0269c92 Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Fri, 8 Jul 2022 21:21:19 +0530 Subject: [PATCH] Update deploying.md --- docs/guide/deploying.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/guide/deploying.md b/docs/guide/deploying.md index 53404362..e2debe76 100644 --- a/docs/guide/deploying.md +++ b/docs/guide/deploying.md @@ -96,11 +96,9 @@ Don't enable options like _Auto Minify_ for HTML code. It will remove comments f publish_dir: docs/.vitepress/dist ``` -::: tip - -Please replace the corresponding branch name. For example, the branch you want to trigger is `master` branch, then you should replace `main` with `master`. - -::: + ::: tip + Please replace the corresponding branch name. For example, if the branch you want to build is `master`, then you should replace `main` with `master` in the above file. + ::: 2. Now commit your code and push it to the `main` branch.