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/06/14 03:02:32 UTC

[pulsar-site] branch main updated: fix: remove redundant code of build workflow

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 b8a85e151f6 fix: remove redundant code of build workflow
b8a85e151f6 is described below

commit b8a85e151f621fdfa3d56acb366f31db86161a35
Author: Li Li <ur...@apache.org>
AuthorDate: Tue Jun 14 11:02:15 2022 +0800

    fix: remove redundant code of build workflow
    
    Signed-off-by: Li Li <ur...@apache.org>
---
 .github/workflows/ci-pulsar-website-next-build.yaml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.github/workflows/ci-pulsar-website-next-build.yaml b/.github/workflows/ci-pulsar-website-next-build.yaml
index 10927d31819..8fe7738136b 100644
--- a/.github/workflows/ci-pulsar-website-next-build.yaml
+++ b/.github/workflows/ci-pulsar-website-next-build.yaml
@@ -92,11 +92,6 @@ jobs:
       - name: Generate swagger json file
         run: mvn -B -ntp -pl pulsar-broker install -DskipTests -Pswagger
 
-      - name: Setup Node 
-        uses: actions/setup-node@v2
-        with:
-          node-version: 16
-
       - name: Publish
         env:
           GH_TOKEN: ${{ secrets.PULSARBOT_TOKEN }}