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

commit 3fa4b7fcdd32dbc42b761ca931665a306a1fb900
Author: LiLi <[email protected]>
AuthorDate: Wed Jan 26 16:36:37 2022 +0800

    update
    
    Signed-off-by: LiLi <[email protected]>
---
 .github/workflows/ci-pulsar-website-next-build.yaml               | 5 +++++
 site2/website-next/versioned_docs/version-2.8.0/adaptors-kafka.md | 1 +
 2 files changed, 6 insertions(+)

diff --git a/.github/workflows/ci-pulsar-website-next-build.yaml 
b/.github/workflows/ci-pulsar-website-next-build.yaml
index 8c5c1e1..eb0b153 100644
--- a/.github/workflows/ci-pulsar-website-next-build.yaml
+++ b/.github/workflows/ci-pulsar-website-next-build.yaml
@@ -39,8 +39,13 @@ jobs:
       - name: checkout
         uses: actions/checkout@v2
 
+      - name: Get changed files
+        id: changed-files
+        uses: tj-actions/[email protected]
+
       - name: List all modified files
         run: |
+          echo ${{ steps.changed-files.outputs.all_modified_files }}
           for file in ${{ steps.changed-files.outputs.all_modified_files }}; do
             echo "$file was modified"
           done
diff --git a/site2/website-next/versioned_docs/version-2.8.0/adaptors-kafka.md 
b/site2/website-next/versioned_docs/version-2.8.0/adaptors-kafka.md
index 0d78392..ad0d886 100644
--- a/site2/website-next/versioned_docs/version-2.8.0/adaptors-kafka.md
+++ b/site2/website-next/versioned_docs/version-2.8.0/adaptors-kafka.md
@@ -5,6 +5,7 @@ sidebar_label: "Kafka client wrapper"
 original_id: adaptors-kafka
 ---
 
+
 Pulsar provides an easy option for applications that are currently written 
using the [Apache Kafka](http://kafka.apache.org) Java client API.
 
 ## Using the Pulsar Kafka compatibility wrapper

Reply via email to