From c75651ec73cc31bf090ce451b1a2d4db4e700988 Mon Sep 17 00:00:00 2001 From: Olga Maciaszek-Sharma Date: Mon, 15 Jul 2024 16:02:58 +0200 Subject: [PATCH] Revert "Use docs profile in GH actions." This reverts commit a0c56ed15d37928f4253da0c46d5c27e7839a304. --- .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 4dfad33..0ac7393 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 -Pdocs + ./mvnw --no-transfer-progress -B antora:antora - name: Publish Docs uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.13 with: