Browse Source

use proper \ in windows commands

ci/docs
Christopher Felegy 5 years ago
parent
commit
604b784e64
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      azure/docs.bat

+ 1
- 1
azure/docs.bat View File

@@ -1,5 +1,5 @@
git clone https://github.com/discord-net/docs-static.git || EXIT /B 1
RMDIR /S docs-static/latest || EXIT /B 1
RMDIR /S docs-static\latest || EXIT /B 1
docfx.console/tools/docfx.exe docs/docfx.json -o docs-static/latest/ || EXIT /B 1
git config --global user.name "Discord.Net CI Robot" && git config --global user.email "robot@foxbot.me"
git -C docs-static add -A || EXIT /B 1


Loading…
Cancel
Save