This is an automated email from the ASF dual-hosted git repository.
urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new 25ad72fe40d update build scripts BUILD_VERSIONS=2.10.x,2.9.x,2.8.x
25ad72fe40d is described below
commit 25ad72fe40d96b231f9bd81a2fb7eb341be4443c
Author: Li Li <[email protected]>
AuthorDate: Mon Aug 22 11:08:50 2022 +0800
update build scripts BUILD_VERSIONS=2.10.x,2.9.x,2.8.x
Signed-off-by: Li Li <[email protected]>
---
site2/website-next/scripts/replace.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/site2/website-next/scripts/replace.js
b/site2/website-next/scripts/replace.js
index 16fa6a6a1bf..6044032b9eb 100644
--- a/site2/website-next/scripts/replace.js
+++ b/site2/website-next/scripts/replace.js
@@ -222,8 +222,8 @@ for (let _v of versions) {
const vWithoutIncubating = v.replace("-incubating", "");
const opts = {
files: [
- `${docsDir}/version-${v}/*.md`,
- `${docsDir}/version-${v}/**/*.md`,
+ `${docsDir}/version-${_v}/*.md`,
+ `${docsDir}/version-${_v}/**/*.md`,
// `${docsDir}/en/${v}/*.html`,
// `${docsDir}/en/${v}/**/*.html`,
],