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' }}