From 58fcc66dca520310940f7c9049228f85032bbae1 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Fri, 31 May 2024 13:40:05 -0500 Subject: [PATCH] Use antora instead of docs --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9bb96a..c63627c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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' }}