We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bddc12 commit 526aa70Copy full SHA for 526aa70
.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 compile
+ ./mvnw antora
40
- name: Publish Docs
41
uses: spring-io/spring-doc-actions/[email protected]
42
with:
0 commit comments