Skip to content

Commit

Permalink
Merge pull request ringcentral#49 from ringcentral/addJavaDocs
Browse files Browse the repository at this point in the history
Add java docs
  • Loading branch information
tylerlong authored Apr 30, 2024
2 parents 27302ee + fcb14eb commit abb346a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/publish-javadoc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Deploy Javadoc

on:
push:
branches:
- master

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 abb346a

Please sign in to comment.