diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 93c1da37e..4bd7d8207 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -36,7 +36,7 @@ jobs: echo BUILD_VERSION=$BUILD_VERSION >> $GITHUB_ENV - name: Run Antora run: | - ./mvnw --no-transfer-progress -B antora + ./mvnw --no-transfer-progress -B antora -Pdocs - name: Publish Docs uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.13 with: diff --git a/package.json b/package.json index c3570e2f8..28d68ad18 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,6 @@ "@antora/collector-extension": "1.0.0-alpha.3", "@asciidoctor/tabs": "1.0.0-beta.6", "@springio/antora-extensions": "1.11.1", - "@springio/asciidoctor-extensions": "1.0.0-alpha.10" + "asciidoctor-kroki": "0.18.1" } } diff --git a/pom.xml b/pom.xml index 529342441..e02afdcc7 100644 --- a/pom.xml +++ b/pom.xml @@ -4,11 +4,11 @@ 4.0.0 spring-cloud-kubernetes-docs-build - 0.0.1-SNAPSHOT + ${parent.version} org.springframework.cloud spring-cloud-kubernetes - 3.1.3-SNAPSHOT + 3.1.4-SNAPSHOT Spring Cloud Kubernetes Docs Build