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
The following commit(s) were added to refs/heads/refactor/next-2 by this push:
new 3f62adfa87 update branch
3f62adfa87 is described below
commit 3f62adfa87a9a269a845269ed4f3269b0d8375d8
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