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: