Skip to content

Adjust to changes in the orionld api (#175) #122

Adjust to changes in the orionld api (#175)

Adjust to changes in the orionld api (#175) #122

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