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.git
The following commit(s) were added to refs/heads/master by this push:
new 943814a86f build extension docs failed fix (#12915)
943814a86f is described below
commit 943814a86fdc250171fe000ea932e953bad2d075
Author: jiafeng.zhang <[email protected]>
AuthorDate: Fri Sep 23 21:58:02 2022 +0800
build extension docs failed fix (#12915)
build extension docs fix
---
.github/workflows/build-extension.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/build-extension.yml
b/.github/workflows/build-extension.yml
index e4c0ca731c..7f91eda546 100644
--- a/.github/workflows/build-extension.yml
+++ b/.github/workflows/build-extension.yml
@@ -99,6 +99,7 @@ jobs:
rm -rf website/i18n/zh-CN/docusaurus-plugin-content-docs-community/*
mkdir
website/i18n/zh-CN/docusaurus-plugin-content-docs-community/current
cp -R docs/zh-CN/community/*
website/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/
+ cp -R docs/sidebarsCommunity.json website/
cp -R docs/sidebars.json website/
cp -R docs/images website/static/
sed '2,3d' website/versions.json > website/versions.json1
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]