Skip to content

fix: using the correct version for 1.21-1.21.1 now #81

fix: using the correct version for 1.21-1.21.1 now

fix: using the correct version for 1.21-1.21.1 now #81

Workflow file for this run

name: Deploy Javadoc
on:
push:
branches:
- production
jobs:
deploy:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'adopt'
- name: Generate Javadoc
run: |
mvn javadoc:aggregate -pl :pathetic-api
shell: bash
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: javadoc
clean: true
folder: pathetic-api/target/reports/apidocs
target-folder: docs