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 5779fe3068 Fix deploy branch
5779fe3068 is described below

commit 5779fe3068e3053cd8adadcbf3bfcad133c329f3
Author: Albumen Kevin <[email protected]>
AuthorDate: Thu Feb 9 14:22:10 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 fb59b6bfd1..23f250bd10 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/refactor/overview
+        if: github.ref == 'refs/heads/refactor/overview'
         with:
           github_token: ${{ secrets.GITHUB_TOKEN }}
           publish_branch: site/overview

Reply via email to