ci: fix javadoc path, encoding and delegate docs to docs.yml

This commit is contained in:
Relism
2026-05-12 16:15:33 +02:00
parent 35293a0a57
commit c368843ad4
2 changed files with 219 additions and 28 deletions
+4 -4
View File
@@ -13,6 +13,9 @@ jobs:
permissions:
contents: write
outputs:
version: ${{ steps.version.outputs.VERSION }}
steps:
- name: Checkout
uses: actions/checkout@v4
@@ -55,10 +58,7 @@ jobs:
draft: false
prerelease: false
outputs:
version: ${{ steps.version.outputs.VERSION }}
# ── 2. Publish JavaDoc (delegated to docs.yml — single source of truth) ───
# ── 2. Publish JavaDoc (single source of truth: docs.yml) ─────────────────
docs:
name: Publish JavaDoc
needs: release