Skip to content

oralce12 module moved back #1867

oralce12 module moved back

oralce12 module moved back #1867

Workflow file for this run

---
name: Documentation build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
doc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
fetch-depth: 0
- uses: actions/setup-java@v4
with:
java-version: 21
distribution: temurin
cache: maven
- name: docs
env:
MAVEN_CONFIG: "-Dbasepom.check.fail-javadoc=true -B -fae"
run: |
make docs