We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 681e2ee commit 5fc3982Copy full SHA for 5fc3982
APIDOCS.md
@@ -5,10 +5,16 @@ Updating the content in the `_site` submodule (which is this repository's `gh-pa
5
```
6
cd C:\path\to\rabbitmq-dotnet-client`
7
git submodule update --init
8
+pushd _site
9
+git remote add origin-ssh [email protected]:rabbitmq/rabbitmq-dotnet-client.git
10
+git checkout --track origin-ssh/gh-pages
11
+popd
12
.\build.bat
13
docfx.exe
-cd _site
14
15
git commit -a -m 'rabbitmq-dotnet-client docs vX.Y.Z'
-cd ..
16
+git push origin-ssh
17
18
19
+git push
20
0 commit comments