Skip to content

Commit

Permalink
Publish Javadoc automcatically to github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
SushilMallRC committed Apr 11, 2024
1 parent f40aecb commit d060b9e
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
- addJavaDocs

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

0 comments on commit d060b9e

Please sign in to comment.