Skip to content

13.5.1-SNAPSHOT - TOML v1.1 (#22) #16

13.5.1-SNAPSHOT - TOML v1.1 (#22)

13.5.1-SNAPSHOT - TOML v1.1 (#22) #16

Workflow file for this run

name: Deploy Javadoc
on:
push:
branches:
- master
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Javadoc
uses: MathieuSoysal/Javadoc-publisher.yml@v3.0.2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
javadoc-branch: javadoc
java-version: 11
target-folder: javadoc # url will be https://<username>.github.io/<repo>/javadoc, This can be left as nothing to generate javadocs in the root folder.
project: maven # or gradle
# subdirectories: moduleA moduleB #for subdirectories support, needs to be run with custom command