Skip to content
This repository has been archived by the owner on Oct 1, 2023. It is now read-only.

Remove unused private field #489

Remove unused private field

Remove unused private field #489

Workflow file for this run

name: Documentation
on:
pull_request:
push:
branches-ignore:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
docs:
name: "Doc Build"
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 13
- name: Build Doxygen
run: ./gradlew doxygen