Use antora instead of docs

This commit is contained in:
Rob Winch
2024-05-31 13:40:05 -05:00
parent 2a984e8a9f
commit 58fcc66dca

View File

@@ -38,7 +38,8 @@ jobs:
with:
should-deploy-docs: ${{ needs.build.outputs.should-deploy-artifacts }}
secrets: inherit
docs:
antora:
name: Invoke Antora Docs Build
runs-on: ubuntu-latest
needs: [build]
if: ${{ needs.build.outputs.should-deploy-artifacts == 'true' }}