Skip to content

Bump JamesIves/github-pages-deploy-action from 4.6.8 to 4.6.9 #110

Bump JamesIves/github-pages-deploy-action from 4.6.8 to 4.6.9

Bump JamesIves/github-pages-deploy-action from 4.6.8 to 4.6.9 #110

Workflow file for this run

name: deploy docs
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:
- 'main'
permissions:
contents: read
jobs:
build:
permissions:
contents: write # for JamesIves/github-pages-deploy-action to push changes in repo
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up JDK 11
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Deploy
uses: JamesIves/github-pages-deploy-action@62fec3add6773ec5dbbf18d2ee4260911aa35cf4 # v4.6.9
with:
folder: target/generated-docs