Create publish-javadoc.yml

This commit is contained in:
Paldiu 2023-06-15 17:16:48 -05:00 committed by GitHub
parent 913832557e
commit 73258a06f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

19
.github/workflows/publish-javadoc.yml vendored Normal file
View File

@ -0,0 +1,19 @@
name: Deploy Javadoc
on:
push:
branches:
- kitchen-sink
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Deploy JavaDoc 🚀
uses: MathieuSoysal/Javadoc-publisher.yml@v2.3.2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
javadoc-branch: javadoc
java-version: 17
target-folder: javadoc
project: gradle