This is an automated email from the ASF dual-hosted git repository. liujun pushed a commit to branch refactor/next-2 in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
commit 5e82352b20e873187059d293a9cff260300430e7 Author: chickenlj <[email protected]> AuthorDate: Wed Feb 22 11:04:06 2023 +0800 update branch --- .github/workflows/build_and_deploy_next.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_deploy_next.yml b/.github/workflows/build_and_deploy_next.yml index 61b4d73dd7..ba50662d96 100644 --- a/.github/workflows/build_and_deploy_next.yml +++ b/.github/workflows/build_and_deploy_next.yml @@ -3,7 +3,7 @@ name: Next Website Deploy on: push: branches: - - refactor/next + - refactor/next-2 jobs: build_and_deploy_job: @@ -38,7 +38,7 @@ jobs: run: cp .htaccess ./public & cp 404.html ./public - name: Deploy uses: peaceiris/actions-gh-pages@v3 - if: github.ref == 'refs/heads/refactor/next' + if: github.ref == 'refs/heads/refactor/next-2' with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_branch: next-asf-site
