This is an automated email from the ASF dual-hosted git repository.

liujun pushed a commit to branch mkdocs
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git

commit bc67eee1f5cd40ed05f0f0aab64c1c42050f5cf1
Author: ken.lj <[email protected]>
AuthorDate: Thu Aug 13 13:52:48 2020 +0800

    modify 'deploy' action
---
 .github/workflows/deploy.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 39a3dcc..f93f71d 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -3,7 +3,7 @@ name: Website deploy
 on:
   push:
     branches:
-    - master
+    - mkdocs
 
 jobs:
   deploy:

Reply via email to