From be13d829920acbf0abc759a355c4f0e65866487a Mon Sep 17 00:00:00 2001 From: Nadav Samet Date: Sun, 30 Sep 2018 12:02:24 -0700 Subject: [PATCH] Test website publishing via travis --- .travis/push_website.sh | 2 +- docs/src/main/tut/grpc.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis/push_website.sh b/.travis/push_website.sh index 509a06aa4..402c21804 100755 --- a/.travis/push_website.sh +++ b/.travis/push_website.sh @@ -4,4 +4,4 @@ rvm use 2.2.8 --install --fuzzy gem update --system gem install sass gem install jekyll -v 3.2.1 -sbt docs/makeMicrosite docs/publishMicrosite +sbt docs/publishMicrosite diff --git a/docs/src/main/tut/grpc.md b/docs/src/main/tut/grpc.md index b8ba7a479..8290eba7e 100644 --- a/docs/src/main/tut/grpc.md +++ b/docs/src/main/tut/grpc.md @@ -117,7 +117,7 @@ See ## Streaming clients, streaming servers, bidi Scalapb-grpc supports both client and server streaming. The Scala API follows -closely the offical `grpc-java` API. +closely the offical `grpc-java` API. Example project coming soon. ## grpc-netty issues