This is an automated email from the ASF dual-hosted git repository.
dinglei pushed a commit to branch new-official-website
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git
The following commit(s) were added to refs/heads/new-official-website by this
push:
new 0e7c3701 try to auto release office web site (#203)
0e7c3701 is described below
commit 0e7c3701cf891056f5111fdfd8e1ce5381aa9961
Author: dinglei <[email protected]>
AuthorDate: Mon Sep 5 10:40:16 2022 +0800
try to auto release office web site (#203)
---
.github/workflows/pre-release.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/pre-release.yml
b/.github/workflows/pre-release.yml
index 9824736e..ec95e340 100644
--- a/.github/workflows/pre-release.yml
+++ b/.github/workflows/pre-release.yml
@@ -23,11 +23,11 @@ jobs:
- uses: actions/checkout@v2
with:
- ref: new-website-pre
- path: new-website-pre
+ ref: asf-site
+ path: asf-site
- run: |
- cd $GITHUB_WORKSPACE/new-website-pre/
+ cd $GITHUB_WORKSPACE/asf-site/
git rm -rf .
cp -Rf $GITHUB_WORKSPACE/rocketmq-site/. .
ls