Skip to content
This repository was archived by the owner on Dec 12, 2018. It is now read-only.

Commit 7840554

Browse files
committed
Updated publish_docs script to include Spring section
1 parent 82d5848 commit 7840554

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ci/publish_docs.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ cp -r ../docs/build/springboot/build/html source/java/spring-boot-web
2424
cp -r ../docs/build/springboot/build/html source/java/spring-boot-web/latest
2525
cp -r ../docs/build/springboot/build/html source/java/spring-boot-web/$RELEASE_VERSION
2626

27+
info "Copying over spring docs"
28+
rm -rf source/java/spring-web
29+
cp -r ../docs/build/spring/build/html source/java/spring-web
30+
cp -r ../docs/build/spring/build/html source/java/spring-web/latest
31+
cp -r ../docs/build/spring/build/html source/java/spring-web/$RELEASE_VERSION
32+
33+
2734
info "Copying over spring cloud zuul docs"
2835
rm -rf source/java/spring-cloud-zuul
2936
cp -r ../docs/build/sczuul/build/html source/java/spring-cloud-zuul

0 commit comments

Comments
 (0)