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

urfree pushed a commit to branch fix/some-docs-link-fix
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git

commit 7d830d1100bcb0f6b49a5297be5f16ecbb859472
Author: Li Li <[email protected]>
AuthorDate: Mon Jun 13 14:21:24 2022 +0800

    fix: replace scripts fix
    
    Signed-off-by: Li Li <[email protected]>
---
 site2/website-next/scripts/replace.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site2/website-next/scripts/replace.js 
b/site2/website-next/scripts/replace.js
index 3d070cd0329..bd1dec11e24 100644
--- a/site2/website-next/scripts/replace.js
+++ b/site2/website-next/scripts/replace.js
@@ -241,5 +241,5 @@ for (v of versions) {
     ],
     dry: false,
   };
-  // doReplace(opts);
+  doReplace(opts);
 }

Reply via email to