Skip to content

Commit

Permalink
javadoc workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
creatorfromhell committed Mar 17, 2024
1 parent d503634 commit bda233e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/publish-javadoc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Deploy Javadoc

on:
push:
branches:
- master
- main

jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Deploy JavaDoc 🚀
uses: MathieuSoysal/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
javadoc-branch: javadoc
java-version: 17
target-folder: ""
project: maven

0 comments on commit bda233e

Please sign in to comment.