Skip to content

Commit

Permalink
Merge branch 'docs-build' of github.com:spring-cloud/spring-cloud-kub…
Browse files Browse the repository at this point in the history
…ernetes into docs-build
  • Loading branch information
ryanjbaxter committed Jul 14, 2024
2 parents 0d69355 + cc82e2d commit 65da241
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>spring-cloud-kubernetes-docs-build</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>${parent.version}</version>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-kubernetes</artifactId>
<version>3.1.3-SNAPSHOT</version>
<version>3.1.4-SNAPSHOT</version>
</parent>

<name>Spring Cloud Kubernetes Docs Build</name>
Expand Down

0 comments on commit 65da241

Please sign in to comment.