Skip to content

Version 1.0.0 - First stable release #17

Version 1.0.0 - First stable release

Version 1.0.0 - First stable release #17

Workflow file for this run

name: Deploy Javadoc
on:
workflow_dispatch:
release:
types: [ created ]
permissions:
contents: write
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Deploy JavaDoc
uses: MathieuSoysal/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
javadoc-branch: javadoc
java-version: 17
project: gradle