Skip to content

Commit 5fc3982

Browse files
committed
Update APIDOCS
1 parent 681e2ee commit 5fc3982

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

APIDOCS.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,16 @@ Updating the content in the `_site` submodule (which is this repository's `gh-pa
55
```
66
cd C:\path\to\rabbitmq-dotnet-client`
77
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
812
.\build.bat
913
docfx.exe
10-
cd _site
14+
pushd _site
1115
git commit -a -m 'rabbitmq-dotnet-client docs vX.Y.Z'
12-
cd ..
16+
git push origin-ssh
17+
popd
1318
git commit -a -m 'rabbitmq-dotnet-client docs vX.Y.Z'
19+
git push
1420
```

0 commit comments

Comments
 (0)