Browse Source

Update docs.bat

pull/1923/head
quin lynch 3 years ago
parent
commit
14a6ad9d1e
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      azure/docs.bat

+ 3
- 0
azure/docs.bat View File

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

ECHO build docs

TYPE D:\a\1\s\src\Discord.Net.Commands\Discord.Net.Commands.csproj || EXIT /B 1

docfx.console\tools\docfx.exe docs/docfx.json -o docs-staging || EXIT /B 1
ROBOCOPY docs-staging\_site docs-static\latest /MIR



Loading…
Cancel
Save