Skip to content

Merge branch 'master' of https://github.com/klashdevelopment/Caramel #49

Merge branch 'master' of https://github.com/klashdevelopment/Caramel

Merge branch 'master' of https://github.com/klashdevelopment/Caramel #49

Workflow file for this run

name: Deploy Javadoc
on:
# push:
# branches:
# - master
# - main
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: Create branch for Javadoc
uses: MathieuSoysal/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
javadoc-branch: javadoc
java-version: 17
target-folder: docs/javadoc # url will be https://<username>.github.io/<repo>/javadoc, This can be left as nothing to generate javadocs in the root folder.
project: maven # or gradle
# subdirectories: moduleA moduleB #for subdirectories support, needs to be run with custom command