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

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


The following commit(s) were added to refs/heads/refactor/overview by this push:
     new 0bda55b94c Fix deploy branch
0bda55b94c is described below

commit 0bda55b94cf9dd57d4b55ea26dea9faf0905557a
Author: Albumen Kevin <[email protected]>
AuthorDate: Thu Feb 9 14:21:34 2023 +0800

    Fix deploy branch
---
 .github/workflows/build_and_deploy_overview_staged.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build_and_deploy_overview_staged.yml 
b/.github/workflows/build_and_deploy_overview_staged.yml
index 837641bbf7..fb59b6bfd1 100644
--- a/.github/workflows/build_and_deploy_overview_staged.yml
+++ b/.github/workflows/build_and_deploy_overview_staged.yml
@@ -36,7 +36,7 @@ jobs:
           cp .asf.yaml ./public
       - name: Deploy
         uses: peaceiris/actions-gh-pages@v3
-        if: github.ref == 'refs/heads/master'
+        if: github.ref == 'refs/heads/refactor/overview
         with:
           github_token: ${{ secrets.GITHUB_TOKEN }}
           publish_branch: site/overview

Reply via email to