From a794c7ab789ec5683f9e65f8c4f3096e0381fff9 Mon Sep 17 00:00:00 2001 From: quin lynch Date: Sun, 17 Oct 2021 10:50:18 -0300 Subject: [PATCH] Update docfx version --- azure/docs.bat | 2 -- azure/docs.yml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/azure/docs.bat b/azure/docs.bat index 187dcdd48..e2e860b4c 100644 --- a/azure/docs.bat +++ b/azure/docs.bat @@ -6,8 +6,6 @@ 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 diff --git a/azure/docs.yml b/azure/docs.yml index d948165a6..d8f8466ee 100644 --- a/azure/docs.yml +++ b/azure/docs.yml @@ -10,7 +10,7 @@ steps: displayName: Install DocFx inputs: command: custom - arguments: install docfx.console -ExcludeVersion -Version 2.47.0 + arguments: install docfx.console -ExcludeVersion -Version 2.50.0 - script: azure/docs.bat displayName: Build and deploy docs