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 d3bf5166664 fix
d3bf5166664 is described below
commit d3bf5166664afc4ad17d9eabf5c5b30fbe247fcd
Author: jiafeng.zhang <[email protected]>
AuthorDate: Sat Aug 13 21:57:07 2022 +0800
fix
---
.github/workflows/manual-deploy-website.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/manual-deploy-website.yml
b/.github/workflows/manual-deploy-website.yml
index f14208e71fe..82010dab0ac 100644
--- a/.github/workflows/manual-deploy-website.yml
+++ b/.github/workflows/manual-deploy-website.yml
@@ -27,7 +27,7 @@ jobs:
mkdir versioned_docs/version-dev/
cp -R doris/docs/en/docs/* versioned_docs/version-dev/
cp -R doris/docs/sidebars.json
versioned_sidebars/version-dev-sidebars.json
- mkdir i18n/zh-CN/docusaurus-plugin-content-docs/devversion-dev
+ mkdir i18n/zh-CN/docusaurus-plugin-content-docs/version-dev
cp -R doris/docs/zh-CN/docs/*
i18n/zh-CN/docusaurus-plugin-content-docs/version-dev/
cp -R doris/docs/dev.json
i18n/zh-CN/docusaurus-plugin-content-docs/version-dev.json
cp -R doris/docs/en/community .
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]