Skip to content

Commit

Permalink
Create javadoc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady authored Apr 2, 2024
1 parent 0eb9b07 commit 9ab94ca
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/javadoc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Deploy Javadoc

on:
push:
branches:
- main

jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Deploy JavaDoc 🚀
uses: MathieuSoysal/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
javadoc-branch: main
java-version: 11
target-folder: javadoc

0 comments on commit 9ab94ca

Please sign in to comment.