Skip to content

Commit

Permalink
RELEASING.md: Add missing repo+branch for gh-pages git pull
Browse files Browse the repository at this point in the history
  • Loading branch information
ejona86 committed Aug 13, 2020
1 parent 4185081 commit 6593fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ Now we need to update gh-pages with the new Javadoc:

```bash
git checkout gh-pages
git pull --ff-only
git pull --ff-only upstream gh-pages
rm -r javadoc/
wget -O grpc-all-javadoc.jar "http://search.maven.org/remotecontent?filepath=io/grpc/grpc-all/$MAJOR.$MINOR.$PATCH/grpc-all-$MAJOR.$MINOR.$PATCH-javadoc.jar"
unzip -d javadoc grpc-all-javadoc.jar
Expand Down

0 comments on commit 6593fc8

Please sign in to comment.