You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by ni...@apache.org on 2023/03/06 11:27:06 UTC

[bookkeeper] branch master updated: fix website deploy build failed (#3841)

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

nicoloboschi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 1bd1745742 fix website deploy build failed (#3841)
1bd1745742 is described below

commit 1bd1745742ce920a6bc015e086b78cc1aaec6357
Author: Hang Chen <ch...@apache.org>
AuthorDate: Mon Mar 6 19:26:58 2023 +0800

    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 6506550c79..4e09c0544d 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: