Skip to content

Bump org.apache.maven.plugins:maven-artifact-plugin from 3.6.0 to 3.6.1 #1503

Bump org.apache.maven.plugins:maven-artifact-plugin from 3.6.0 to 3.6.1

Bump org.apache.maven.plugins:maven-artifact-plugin from 3.6.0 to 3.6.1 #1503

Workflow file for this run

name: Maven CI
on: [push, pull_request]
permissions: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.2
- name: Set up JDK 1.8
uses: actions/setup-java@v5
with:
distribution: 'adopt'
java-version: '8'
- name: Build with Maven
run: mvn --no-transfer-progress verify site
- name: Deploy documentation
if: ${{ github.ref == 'refs/heads/master' }}
uses: JamesIves/github-pages-deploy-action@v4.7.3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: target/site