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/03/04 03:28:53 UTC

[pulsar-site] branch main updated: update

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 bc1d92a  update
bc1d92a is described below

commit bc1d92a00d1fe209781d29252f14f9bb16f3f4bc
Author: LiLi <ur...@apache.org>
AuthorDate: Fri Mar 4 11:28:36 2022 +0800

    update
    
    Signed-off-by: LiLi <ur...@apache.org>
---
 .github/workflows/ci-pulsar-website-docs-sync.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/workflows/ci-pulsar-website-docs-sync.yaml b/.github/workflows/ci-pulsar-website-docs-sync.yaml
index df9ea1a..0b5605f 100644
--- a/.github/workflows/ci-pulsar-website-docs-sync.yaml
+++ b/.github/workflows/ci-pulsar-website-docs-sync.yaml
@@ -45,6 +45,10 @@ jobs:
           cp -r pulsar/site2/website/versioned_docs/* pulsar-site/site2/website/versioned_docs
           cp -r pulsar/site2/website/versioned_sidebars/* pulsar-site/site2/website/versioned_sidebars
           cp -r pulsar/site2/docs/assets/* pulsar-site/site2/website-next/static/assets
+          cd pulsar-site/site2/website-next
+          yarn install
+          node migrate/migrate-full.js
+          cd ../../../
 
           # cp -r pulsar/site2/docs/* pulsar-site/site2/website-next/docs
           # cp -r pulsar-site/site2/website-next/docs/assets/* pulsar-site/site2/website-next/static/assets
@@ -61,6 +65,7 @@ jobs:
 
           cd ../pulsar-site
 
+
           git add -A .
           git status