From 72a0bdb89be6ae0c7c3366ac732360e15ad98baf Mon Sep 17 00:00:00 2001 From: Olga Maciaszek-Sharma Date: Thu, 11 Jul 2024 15:06:09 +0200 Subject: [PATCH] Fix running antora in GH actions. --- .github/workflows/deploy-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index bc8479a2..16926c09 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -36,7 +36,7 @@ jobs: echo BUILD_VERSION=$BUILD_VERSION >> $GITHUB_ENV - name: Run Antora run: | - ./mvnw --no-transfer-progress -B antora + ./mvnw --no-transfer-progress -B antora:antora - name: Publish Docs uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.15 with: