You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/10/24 10:32:43 UTC

[pulsar-site] 01/01: Fix the bug that the redirection file is not copied when building

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

urfree pushed a commit to branch cp-redirect-file
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git

commit 6878df93461cfc34125973a1440a703fa13605ad
Author: Li Li <ur...@apache.org>
AuthorDate: Mon Oct 24 18:32:31 2022 +0800

    Fix the bug that the redirection file is not copied when building
    
    Signed-off-by: Li Li <ur...@apache.org>
---
 site2/website-next/scripts/split-version-build.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/site2/website-next/scripts/split-version-build.sh b/site2/website-next/scripts/split-version-build.sh
index 6dba5cc4efc..8b5ed1610a2 100755
--- a/site2/website-next/scripts/split-version-build.sh
+++ b/site2/website-next/scripts/split-version-build.sh
@@ -76,5 +76,6 @@ done <scripts/.versions
 
 cp -r build-assets/* build/assets/
 rm -rf build-assets
+cp static/.htaccess build/
 
 echo $BUILD_ALL_VERSION >scripts/.build