Skip to content

Merge pull request #1317 from soot-oss/dependabot/maven/org.junit.jup… #44

Merge pull request #1317 from soot-oss/dependabot/maven/org.junit.jup…

Merge pull request #1317 from soot-oss/dependabot/maven/org.junit.jup… #44

name: Deploy Javadoc
on:
push:
branches:
- main
- develop
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: write # if you have a protection rule on your repository, you'll need to give write permission to the workflow.
steps:
- name: Deploy JavaDoc 🚀
uses: MathieuSoysal/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
javadoc-branch: gh-pages
java-version: 17
target-folder: apidocs
project: maven