This is an automated email from the ASF dual-hosted git repository.
jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 51a6ed823d 1.1 Document release initialization compilation script
51a6ed823d is described below
commit 51a6ed823d14c070e80cdf02aabb7ac083d8da1d
Author: jiafeng.zhang <[email protected]>
AuthorDate: Wed Jul 13 22:06:15 2022 +0800
1.1 Document release initialization compilation script
1.1 Document release initialization compilation script
---
.github/workflows/manual-deploy-website.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/manual-deploy-website.yml
b/.github/workflows/manual-deploy-website.yml
index 2ce91ac183..023c216668 100644
--- a/.github/workflows/manual-deploy-website.yml
+++ b/.github/workflows/manual-deploy-website.yml
@@ -31,6 +31,8 @@ jobs:
cp -R 0.15/en/ doris/docs/en/0.15/
cp -R 1.0/zh-CN/ doris/docs/zh-CN/1.0/
cp -R 1.0/en/ doris/docs/en/1.0/
+ cp -R 1.1/zh-CN/ doris/docs/zh-CN/1.1/
+ cp -R 1.1/en/ doris/docs/en/1.1/
cp -R versions.json doris/docs/.vuepress/public/
cp -R sidebar/zh-CN/* doris/docs/.vuepress/sidebar/zh-CN/
cp -R sidebar/en/* doris/docs/.vuepress/sidebar/en/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]