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 81664fd78c github workflow build docs check fix (#12318)
81664fd78c is described below
commit 81664fd78ce44ae6611a4eec5c654bb1ff6883fe
Author: jiafeng.zhang <[email protected]>
AuthorDate: Sat Sep 3 21:32:43 2022 +0800
github workflow build docs check fix (#12318)
github workflow build docs check fix
---
.github/workflows/build-extension.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build-extension.yml
b/.github/workflows/build-extension.yml
index 209813ae96..e4c0ca731c 100644
--- a/.github/workflows/build-extension.yml
+++ b/.github/workflows/build-extension.yml
@@ -101,7 +101,7 @@ jobs:
cp -R docs/zh-CN/community/*
website/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/
cp -R docs/sidebars.json website/
cp -R docs/images website/static/
- sed '2,3d' website/versions.json
+ sed '2,3d' website/versions.json > website/versions.json1
rm -rf website/versions.json
mv website/versions.json1 website/versions.json
sed '123,128d' website/docusaurus.config.js >
website/docusaurus.config.js1
@@ -113,4 +113,4 @@ jobs:
yarn cache clean
yarn && yarn build
cd ../
- rm -rf website
\ No newline at end of file
+ rm -rf website
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]