Skip to content

Commit

Permalink
Create javadocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PhoenixOrigin authored Oct 15, 2023
1 parent 90fe4e5 commit 5d208a8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/javadocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Deploy Javadoc

on:
push

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
target-folder: javadoc
project: gradle

0 comments on commit 5d208a8

Please sign in to comment.