This is an automated email from the ASF dual-hosted git repository.
albumenj 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 b1aae6f88e Update deploy
b1aae6f88e is described below
commit b1aae6f88e1ebde4910a87b16a2629c9e97e8abb
Author: Albumen Kevin <[email protected]>
AuthorDate: Thu Feb 9 18:06:52 2023 +0800
Update deploy
---
.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 e6c7460e6d..8d30a76e84 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
- 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