Skip to content

Commit

Permalink
fix website deploy build failed (apache#3841)
Browse files Browse the repository at this point in the history
  • Loading branch information
hangc0276 authored and Anup Ghatage committed Jul 12, 2024
1 parent 0280273 commit 1734ca3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/website-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1734ca3

Please sign in to comment.