We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a38c1d8 commit 0f481e7Copy full SHA for 0f481e7
.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: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