You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2022/12/01 13:57:36 UTC

[doris] branch master updated: [chore](fix)build docs fix #14727

This is an automated email from the ASF dual-hosted git repository.

yiguolei 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 9a01716a57 [chore](fix)build docs fix #14727
9a01716a57 is described below

commit 9a01716a57d7d45e2464d070ba7df366bbcd2a44
Author: jiafeng.zhang <zh...@gmail.com>
AuthorDate: Thu Dec 1 21:57:29 2022 +0800

    [chore](fix)build docs fix #14727
---
 .github/workflows/build-extension.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build-extension.yml b/.github/workflows/build-extension.yml
index 7f91eda546..bee88a7256 100644
--- a/.github/workflows/build-extension.yml
+++ b/.github/workflows/build-extension.yml
@@ -105,7 +105,7 @@ jobs:
           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
+          sed '123,130d' website/docusaurus.config.js > website/docusaurus.config.js1
           rm -rf website/docusaurus.config.js
           mv website/docusaurus.config.js1 website/docusaurus.config.js
           cd website


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org