Skip to content

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

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

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

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:
- uses: actions/checkout@v4
- name: Setup Java JDK
uses: actions/[email protected]
with:
java-version: 21
distribution: temurin
- name: Create branch for Javadoc
uses: MathieuSoysal/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
java-version: 17
javadoc-branch: javadoc
target-folder: docs/javadoc
project: maven