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 1373789 commit 0307b14Copy full SHA for 0307b14
.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 antora
+ ./mvnw --no-transfer-progress antora
38
- name: Publish Docs
39
uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.20
40
with:
0 commit comments