From 1734ca3981f90e2fccb61c4befae81b855f5a844 Mon Sep 17 00:00:00 2001 From: Hang Chen Date: Mon, 6 Mar 2023 19:26:58 +0800 Subject: [PATCH] fix website deploy build failed (#3841) --- .github/workflows/website-deploy.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/website-deploy.yaml b/.github/workflows/website-deploy.yaml index 6506550c799..4e09c0544d7 100644 --- a/.github/workflows/website-deploy.yaml +++ b/.github/workflows/website-deploy.yaml @@ -46,6 +46,11 @@ jobs: distribution: 'temurin' java-version: 11 + - name: Set up Maven + uses: apache/pulsar-test-infra/setup-maven@master + with: + maven-version: 3.8.7 + - name: Setup NodeJS uses: actions/setup-node@v2 with: