Skip to content

Commit 8ff1ff7

Browse files
committed
Enable Maven batch mode when running Antora
1 parent 0307b14 commit 8ff1ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
echo BUILD_VERSION=$BUILD_VERSION >> $GITHUB_ENV
3535
- name: Run Antora
3636
run: |
37-
./mvnw --no-transfer-progress antora
37+
./mvnw --no-transfer-progress --batch-mode antora
3838
- name: Publish Docs
3939
uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.20
4040
with:

0 commit comments

Comments
 (0)