Skip to content

mvn -B site -Pdeploy #39

mvn -B site -Pdeploy

mvn -B site -Pdeploy #39

Workflow file for this run

name: mvn -B site -Pdeploy
on:
create:
tags:
- v*
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/[email protected]
- name: Set up JDK 17
uses: actions/[email protected]
with:
java-version: 17
distribution: 'temurin'
- name: Build with Maven
run: mvn -B site --file pom.xml
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: target/site # The folder the action should deploy.