From e6f848249bfbda3bd4d96f3b8c6fb60df4fcd09b Mon Sep 17 00:00:00 2001 From: Olga Maciaszek-Sharma Date: Fri, 12 Jul 2024 17:51:57 +0200 Subject: [PATCH] Fix GH actions setup. --- .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 df7051929d..95469c2b63 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 -Pdocs - name: Publish Docs uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.15 with: