File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments