Skip to content

Commit

Permalink
Create javadoc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady authored Mar 28, 2024
1 parent 003e94a commit e230330
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:
- xxmain

jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Deploy JavaDoc 🚀
uses: MathieuSoysal/Javadoc-publisher.yml@v2.3.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
javadoc-branch: javadoc
java-version: 17
target-folder: javadoc

0 comments on commit e230330

Please sign in to comment.