Skip to content

Add Examples for Delete (by ID and by indexedField) (#53) #70

Add Examples for Delete (by ID and by indexedField) (#53)

Add Examples for Delete (by ID and by indexedField) (#53) #70

Workflow file for this run

name: Deploy Javadoc
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Deploy JavaDoc
uses: MathieuSoysal/Javadoc-publisher.yml@v2.4.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
javadoc-branch: gh-pages
java-version: 11
project: maven
custom-command: mvn site