From 9ce220277c8f5314449dc95faa61e8e141e2a7e3 Mon Sep 17 00:00:00 2001 From: Olga Maciaszek-Sharma Date: Thu, 11 Jul 2024 16:47:08 +0200 Subject: [PATCH] Fix antora setup. --- .github/workflows/deploy-docs.yml | 2 +- pom.xml | 19 ++++++++++++++++++- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 4c401494..29dfa5de 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: diff --git a/pom.xml b/pom.xml index 78a69a41..214ef0eb 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ org.springframework.cloud spring-cloud-gateway - 4.1.5-SNAPSHOT + 4.1.6-SNAPSHOT Spring Cloud Gateway Docs Build @@ -34,4 +34,21 @@ + + + + spring-snapshot + https://repo.spring.io/snapshot + + true + + + false + + + + spring-milestone + https://repo.spring.io/milestone + +