We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0307b14 commit 8ff1ff7Copy full SHA for 8ff1ff7
.github/workflows/deploy-docs.yml
@@ -34,7 +34,7 @@ jobs:
34
echo BUILD_VERSION=$BUILD_VERSION >> $GITHUB_ENV
35
- name: Run Antora
36
run: |
37
- ./mvnw --no-transfer-progress antora
+ ./mvnw --no-transfer-progress --batch-mode antora
38
- name: Publish Docs
39
uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.20
40
with:
0 commit comments