Browse Source

Update docfx version

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

+ 0
- 2
azure/docs.bat View File

@@ -6,8 +6,6 @@ ECHO Y | RMDIR /S docs-static\latest || EXIT /B 1


ECHO build docs 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 docfx.console\tools\docfx.exe docs/docfx.json -o docs-staging || EXIT /B 1
ROBOCOPY docs-staging\_site docs-static\latest /MIR ROBOCOPY docs-staging\_site docs-static\latest /MIR




+ 1
- 1
azure/docs.yml View File

@@ -10,7 +10,7 @@ steps:
displayName: Install DocFx displayName: Install DocFx
inputs: inputs:
command: custom command: custom
arguments: install docfx.console -ExcludeVersion -Version 2.47.0
arguments: install docfx.console -ExcludeVersion -Version 2.50.0


- script: azure/docs.bat - script: azure/docs.bat
displayName: Build and deploy docs displayName: Build and deploy docs

Loading…
Cancel
Save