You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- nuget install docfx.console
- git clone https://github.com/discord-net/docs-static.git
- RMDIR /S docs-static/latest
- docfx.console/tools/docfx.exe docs/docfx.json -o docs-static/latest/
- git -C docs-static add -A
- git -C docs-static commit -m "[ci deploy] %date% %time%: %Build.BuildId%"
- git -C docs-static push --force
|