Fixing github action

This commit is contained in:
Ryan Baxter
2024-07-15 10:11:18 -04:00
parent 6d23079215
commit 768222b40b
2 changed files with 2 additions and 2 deletions

View File

@@ -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:

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-cloud-build-docs-build</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>${parent.version}</version>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>