This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 847eb11d3ceb565cb60c49a2d682ef8afb766150 Author: Jeffrey <[email protected]> AuthorDate: Sat Oct 21 16:52:55 2023 +0800 [build](extension) Update build-extension.yml (#25721) --- .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 4a9fc5d38ef..d58e21a75dc 100644 --- a/.github/workflows/build-extension.yml +++ b/.github/workflows/build-extension.yml @@ -100,6 +100,7 @@ jobs: run: | git clone https://github.com/apache/doris-website.git website cd website + echo "[\"current\"]" > versions.json mkdir -p docs cp -R ../docs/en/docs/* docs/ cp -R ../docs/sidebars.json sidebars.json --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
