Need full fetch for javadoc build.

This commit is contained in:
Michael Lipp 2025-03-03 10:21:33 +01:00
parent cc78c38efe
commit 6b6a33e702

View file

@ -35,6 +35,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with: