From 8f19f222916c8a5a13b9f152be8ddc87984d5f06 Mon Sep 17 00:00:00 2001 From: Olga Maciaszek-Sharma Date: Thu, 11 Jul 2024 15:15:17 +0200 Subject: [PATCH] Fix antora setup. --- .github/workflows/deploy-docs.yml | 2 +- pom.xml | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 20b6ef894..7634076dd 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.13 with: diff --git a/pom.xml b/pom.xml index 8e857cbfc..03b616f61 100644 --- a/pom.xml +++ b/pom.xml @@ -34,4 +34,21 @@ + + + + spring-snapshot + https://repo.spring.io/snapshot + + true + + + false + + + + spring-milestone + https://repo.spring.io/milestone + +