Skip to content

Bump com.fasterxml.jackson.dataformat:jackson-dataformat-xml (#651) #438

Bump com.fasterxml.jackson.dataformat:jackson-dataformat-xml (#651)

Bump com.fasterxml.jackson.dataformat:jackson-dataformat-xml (#651) #438

Workflow file for this run

name: Publish documentation
on:
push:
branches:
- master
workflow_dispatch:
permissions: { }
jobs:
build-documentation:
name: "Build documentation"
runs-on: ubuntu-latest
permissions:
contents: write # Required to push commits to gh-pages branch
timeout-minutes: 30
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
- name: Set up JDK 8
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # tag=v4.7.1
with:
distribution: temurin
java-version: 8
- name: Build with Maven
run: mvn -B --no-transfer-progress package
- name: Deploy documentation
uses: JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # tag=v4.7.3
with:
branch: gh-pages
folder: target/reports/apidocs