Skip to content

Commit 65da241

Browse files
committed
Merge branch 'docs-build' of github.com:spring-cloud/spring-cloud-kubernetes into docs-build
2 parents 0d69355 + cc82e2d commit 65da241

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
echo BUILD_VERSION=$BUILD_VERSION >> $GITHUB_ENV
3737
- name: Run Antora
3838
run: |
39-
./mvnw --no-transfer-progress -B antora
39+
./mvnw --no-transfer-progress -B antora -Pdocs
4040
- name: Publish Docs
4141
uses: spring-io/spring-doc-actions/[email protected]
4242
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"@antora/collector-extension": "1.0.0-alpha.3",
66
"@asciidoctor/tabs": "1.0.0-beta.6",
77
"@springio/antora-extensions": "1.11.1",
8-
"@springio/asciidoctor-extensions": "1.0.0-alpha.10"
8+
"asciidoctor-kroki": "0.18.1"
99
}
1010
}

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<artifactId>spring-cloud-kubernetes-docs-build</artifactId>
7-
<version>0.0.1-SNAPSHOT</version>
7+
<version>${parent.version}</version>
88
<parent>
99
<groupId>org.springframework.cloud</groupId>
1010
<artifactId>spring-cloud-kubernetes</artifactId>
11-
<version>3.1.3-SNAPSHOT</version>
11+
<version>3.1.4-SNAPSHOT</version>
1212
</parent>
1313

1414
<name>Spring Cloud Kubernetes Docs Build</name>

0 commit comments

Comments
 (0)