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 0639286d6a7 1
0639286d6a7 is described below
commit 0639286d6a7d27f0decfa738ec31c39d9aff59ba
Author: jiafeng.zhang <[email protected]>
AuthorDate: Tue Sep 27 11:40:05 2022 +0800
1
---
.github/workflows/build-check.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/build-check.yml
b/.github/workflows/build-check.yml
index 346239a4337..b0de0b78a93 100644
--- a/.github/workflows/build-check.yml
+++ b/.github/workflows/build-check.yml
@@ -51,13 +51,16 @@ jobs:
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
+
mkdir -p community
cp -R doris/docs/en/community/* community/
mkdir -p i18n/zh-CN/docusaurus-plugin-content-docs-community/current/
cp -R doris/docs/zh-CN/community/*
i18n/zh-CN/docusaurus-plugin-content-docs-community/current/
cp -R doris/docs/sidebarsCommunity.json .
+
cp -R doris/docs/images static/
npm install -g yarn
yarn cache clean
yarn && yarn build
+
rm -rf build
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]