Generate config props during doc phase (#110)

Signed-off-by: Andrey Litvitski <andrey1010102008@gmail.com>
This commit is contained in:
Andrey Litvitski
2025-02-21 22:09:12 +03:00
committed by GitHub
parent 8d20f4a6d9
commit fbae1c9cb6
2 changed files with 38 additions and 25 deletions

View File

@@ -35,7 +35,7 @@ jobs:
echo BUILD_VERSION=$BUILD_VERSION >> $GITHUB_ENV
- name: Run Antora
run: |
./mvnw -pl spring-grpc-docs antora
./mvnw -pl spring-grpc-docs process-resources antora -P docs
- name: Publish Docs
uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.11
with: