diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 36e2d4a2..dd4f5f0a 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 07702f4b..a0439a72 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.springframework.cloud spring-cloud-config - 4.1.3-SNAPSHOT + 4.1.4-SNAPSHOT Spring Cloud Config Docs Build @@ -36,4 +36,21 @@ + + + spring-snapshot + https://repo.spring.io/snapshot + + true + + + false + + + + spring-milestone + https://repo.spring.io/milestone + + +