fix C# docfx script

This commit is contained in:
Jan Tattermusch 2019-09-12 09:45:32 -04:00
parent bf9e0cd9bf
commit acd040e571
1 changed files with 2 additions and 2 deletions

View File

@ -20,9 +20,9 @@ cd $(dirname $0)
# cleanup temporary files
rm -rf html obj grpc-gh-pages
# generate into src/csharp/doc/html directory
# generate into src/csharp/docfx/html directory
cd ..
docker run --rm -v "$(pwd)":/work -w /work/doc --user "$(id -u):$(id -g)" -it tsgkadot/docker-docfx:latest docfx
docker run --rm -v "$(pwd)":/work -w /work/docfx --user "$(id -u):$(id -g)" -it tsgkadot/docker-docfx:latest docfx
cd docfx
# prepare a clone of "gh-pages" branch where the generated docs are stored