You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ji...@apache.org on 2022/12/27 09:08:20 UTC

[doris-website] branch master updated: [OSS] use aliyun-oss-website-action temporarily (#183)

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 7b1db504a97 [OSS] use aliyun-oss-website-action temporarily (#183)
7b1db504a97 is described below

commit 7b1db504a97a518075809837d202636f4411b5db
Author: Jeffrey <co...@gmail.com>
AuthorDate: Tue Dec 27 17:08:15 2022 +0800

    [OSS] use aliyun-oss-website-action temporarily (#183)
    
     [build] use aliyun-oss-website-action branch dev
---
 .github/actions/aliyun-oss-website-action | 2 +-
 .github/actions/paths-filter              | 2 +-
 .gitmodules                               | 7 ++++---
 local_build_docs.sh                       | 2 +-
 4 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/.github/actions/aliyun-oss-website-action b/.github/actions/aliyun-oss-website-action
index eefa35a2bb1..a1b23daf0a8 160000
--- a/.github/actions/aliyun-oss-website-action
+++ b/.github/actions/aliyun-oss-website-action
@@ -1 +1 @@
-Subproject commit eefa35a2bb18c61ff710bb603a253c4a0ca582a9
+Subproject commit a1b23daf0a8b3ec1c52c141dbadce03aa75813d0
diff --git a/.github/actions/paths-filter b/.github/actions/paths-filter
index 8c7f485a57f..4067d885736 160000
--- a/.github/actions/paths-filter
+++ b/.github/actions/paths-filter
@@ -1 +1 @@
-Subproject commit 8c7f485a57f7cad3483dcc0fdf36122a0542f200
+Subproject commit 4067d885736b84de7c414f582ac45897079b0a78
diff --git a/.gitmodules b/.gitmodules
index 651b2f5c08c..d042d1dda5d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,7 @@
-[submodule ".github/actions/aliyun-oss-website-action"]
-	path = .github/actions/aliyun-oss-website-action
-	url = https://github.com/fangbinwei/aliyun-oss-website-action.git
 [submodule ".github/actions/paths-filter"]
 	path = .github/actions/paths-filter
 	url = https://github.com/dorny/paths-filter.git
+[submodule ".github/actions/aliyun-oss-website-action"]
+	path = .github/actions/aliyun-oss-website-action
+	url = https://github.com/fangbinwei/aliyun-oss-website-action.git
+	branch = dev
diff --git a/local_build_docs.sh b/local_build_docs.sh
index f94ea8406f2..ef9c060d5f3 100644
--- a/local_build_docs.sh
+++ b/local_build_docs.sh
@@ -26,7 +26,7 @@
 
 set -eo pipefail
 
-git clone https://github.com/apache/doris.git
+git clone https://github.com/apache/doris.git --depth 1
 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


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