Browse Source

use proper \ in folder command

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

+ 2
- 1
azure/docs.bat View File

@@ -5,7 +5,8 @@ ECHO remove old 'latest'
ECHO Y | RMDIR /S docs-static\latest || EXIT /B 1

ECHO build docs
docfx.console/tools/docfx.exe docs/docfx.json -o docs-static/latest/ || EXIT /B 1
DIR
docfx.console\tools\docfx.exe docs/docfx.json -o docs-static/latest/ || EXIT /B 1

ECHO commit and deploy
git config --global user.name "Discord.Net CI Robot" && git config --global user.email "robot@foxbot.me"


Loading…
Cancel
Save