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/02/17 09:13:22 UTC

[pulsar-site] branch main updated (2a0686e -> 39132c1)

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

urfree pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git.


    from 2a0686e  update
     new f793086  update
     new 39132c1  temporary disable sync workflow

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/ci-pulsar-website-docs-sync.yaml | 4 ++--
 site2/website-next/package.json                    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

[pulsar-site] 02/02: temporary disable sync workflow

Posted by ur...@apache.org.
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

commit 39132c16e9a0405bc6e175b497a81c3eca721fbe
Author: LiLi <ur...@apache.org>
AuthorDate: Thu Feb 17 17:13:08 2022 +0800

    temporary disable sync workflow
    
    Signed-off-by: LiLi <ur...@apache.org>
---
 .github/workflows/ci-pulsar-website-docs-sync.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci-pulsar-website-docs-sync.yaml b/.github/workflows/ci-pulsar-website-docs-sync.yaml
index b0a357b..c4d9c06 100644
--- a/.github/workflows/ci-pulsar-website-docs-sync.yaml
+++ b/.github/workflows/ci-pulsar-website-docs-sync.yaml
@@ -21,8 +21,8 @@ name: CI - Pulsar Website Docs Sync from apache/pulsar
 on:
   push:
     branches: [docs-sync]
-  schedule:
-    - cron: '0 */6 * * *'
+  # schedule:
+  #   - cron: '0 */6 * * *'
 
 jobs:
   build-website:

[pulsar-site] 01/02: update

Posted by ur...@apache.org.
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

commit f793086579e69596b6eb2b0a60111f078733d118
Author: LiLi <ur...@apache.org>
AuthorDate: Thu Feb 17 16:50:16 2022 +0800

    update
    
    Signed-off-by: LiLi <ur...@apache.org>
---
 site2/website-next/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site2/website-next/package.json b/site2/website-next/package.json
index da1b854..209c5a2 100644
--- a/site2/website-next/package.json
+++ b/site2/website-next/package.json
@@ -6,7 +6,7 @@
     "docusaurus": "docusaurus",
     "start": "NODE_OPTIONS=--max_old_space_size=16000 node scripts/split-swagger-by-version.js && docusaurus start",
     "build": "NODE_OPTIONS=--max_old_space_size=16000 docusaurus build",
-    "preview": "npm run build && git checkout . && sh scripts/docker.sh",
+    "preview": "npm run build && sh scripts/docker.sh",
     "swizzle": "docusaurus swizzle",
     "deploy": "docusaurus deploy",
     "clear": "docusaurus clear",