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

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

commit 7e18691d91358b35b0fe57631f7e173c3a1ea27d
Author: chickenlj <[email protected]>
AuthorDate: Mon May 9 16:27:33 2022 +0800

    deploy
---
 .github/workflows/build_and_deploy.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build_and_deploy.yml 
b/.github/workflows/build_and_deploy.yml
index dcf1ae1a2b..b601693aa8 100644
--- a/.github/workflows/build_and_deploy.yml
+++ b/.github/workflows/build_and_deploy.yml
@@ -3,7 +3,7 @@ name: Website Deploy
 on:
   push:
     branches:
-      - refactor/docs
+      - master
 
 jobs:
   build_and_deploy_job:
@@ -33,7 +33,7 @@ jobs:
         run: cp .htaccess ./public
       - name: Deploy
         uses: peaceiris/actions-gh-pages@v3
-        if: github.ref == 'refs/heads/refactor/docs'
+        if: github.ref == 'refs/heads/master'
         with:
           github_token: ${{ secrets.GITHUB_TOKEN }}
           publish_branch: asf-site

Reply via email to