fix C# docfx script

pull/20244/head
Jan Tattermusch 5 years ago
parent bf9e0cd9bf
commit acd040e571
  1. 4
      src/csharp/docfx/generate_reference_docs.sh

@ -20,9 +20,9 @@ cd $(dirname $0)
# cleanup temporary files # cleanup temporary files
rm -rf html obj grpc-gh-pages rm -rf html obj grpc-gh-pages
# generate into src/csharp/doc/html directory # generate into src/csharp/docfx/html directory
cd .. 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 cd docfx
# prepare a clone of "gh-pages" branch where the generated docs are stored # prepare a clone of "gh-pages" branch where the generated docs are stored

Loading…
Cancel
Save