Skip to content

Commit

Permalink
make reference docs tooling to docfx directory to avoid collision
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch committed Jun 5, 2019
1 parent 53ec442 commit e466546
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rm -rf html obj grpc-gh-pages
# generate into src/csharp/doc/html directory
cd ..
docker run --rm -v "$(pwd)":/work -w /work/doc --user "$(id -u):$(id -g)" -it tsgkadot/docker-docfx:latest docfx
cd doc
cd docfx

# prepare a clone of "gh-pages" branch where the generated docs are stored
GITHUB_USER="${USER}"
Expand All @@ -35,4 +35,4 @@ git remote add origin "git@github.com:${GITHUB_USER}/grpc.git"
rm -r csharp
cp -r ../html csharp

echo "Done. Go to src/csharp/doc/grpc-gh-pages git repository and create a pull request to update the generated docs."
echo "Done. Go to src/csharp/docfx/grpc-gh-pages git repository and create a pull request to update the generated docs."
File renamed without changes.

0 comments on commit e466546

Please sign in to comment.