From 768222b40bc343b67cf52d28cebd541492d5e27a Mon Sep 17 00:00:00 2001
From: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com>
Date: Mon, 15 Jul 2024 10:11:18 -0400
Subject: [PATCH] Fixing github action
---
.github/workflows/deploy-docs.yml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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