diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml
index 21849dc1..bd7c41ae 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 antora -Pdocs
+ ./mvnw antora -Pdocs,spring
- name: Publish Docs
uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.11
with:
diff --git a/pom.xml b/pom.xml
index 58c47b06..1ec41371 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
spring-cloud-build-docs-build
- 0.0.1-SNAPSHOT
+ ${parent.version}
org.springframework.cloud
spring-cloud-build