This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new 321542f72ba Update deploy branch
321542f72ba is described below
commit 321542f72ba33d3c4ce109b568c2224659dafb87
Author: Albumen Kevin <[email protected]>
AuthorDate: Mon Jan 16 14:37:53 2023 +0800
Update deploy branch
---
.github/workflows/build_and_deploy.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build_and_deploy.yml
b/.github/workflows/build_and_deploy.yml
index 7e4000f9453..8beeed46278 100644
--- a/.github/workflows/build_and_deploy.yml
+++ b/.github/workflows/build_and_deploy.yml
@@ -37,7 +37,7 @@ jobs:
if: github.ref == 'refs/heads/master'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- publish_branch: asf-site
+ publish_branch: asf-site-v2
publish_dir: ./public
keep_files: true