From c312838236ec468550f787a60ca5c6337b447b28 Mon Sep 17 00:00:00 2001
From: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com>
Date: Mon, 15 Jul 2024 10:13:42 -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 bd7c41ae..21849dc1 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,spring
+ ./mvnw antora -Pdocs
- 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 1ec41371..42db763b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
org.springframework.cloud
spring-cloud-build
- 4.1.4-SNAPSHOT
+ 4.1.3
Spring Cloud Build Docs Build