Skip to content

Commit

Permalink
feat: add github javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
oscar-schwarz committed Jun 12, 2024
1 parent 377213f commit 72265c0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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: javadoc
java-version: 17
target-folder: javadoc
project: maven

0 comments on commit 72265c0

Please sign in to comment.