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 502d0ea commit 8bb115eCopy full SHA for 8bb115e
.github/workflows/deploy-docs.yml
@@ -36,7 +36,7 @@ jobs:
36
echo BUILD_VERSION=$BUILD_VERSION >> $GITHUB_ENV
37
- name: Run Antora
38
run: |
39
- ./mvnw --no-transfer-progress -B antora
+ ./mvnw --no-transfer-progress -B antora -Pdocs
40
- name: Publish Docs
41
uses: spring-io/spring-doc-actions/[email protected]
42
with:
0 commit comments