Skip to content

fix: upgrade org.postgresql:postgresql from 42.6.0 to 42.7.3 (#199) #135

fix: upgrade org.postgresql:postgresql from 42.6.0 to 42.7.3 (#199)

fix: upgrade org.postgresql:postgresql from 42.6.0 to 42.7.3 (#199) #135

Workflow file for this run

name: Publish JavaDoc
on:
push:
branches:
- main
jobs:
doc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: '17'
java-package: jdk
- name: Build doc
run: mvn javadoc:javadoc
- uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: target/site/apidocs