From 84a73019b50313283942fdcf4e3b6ae832721f29 Mon Sep 17 00:00:00 2001 From: Morten Nielsen <1378165+dotMorten@users.noreply.github.com> Date: Tue, 15 Jun 2021 09:52:28 -0700 Subject: [PATCH] Update docfx version to 2.58 --- .github/workflows/ghpages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ghpages.yml b/.github/workflows/ghpages.yml index a23c9be..0311bc2 100644 --- a/.github/workflows/ghpages.yml +++ b/.github/workflows/ghpages.yml @@ -21,7 +21,7 @@ jobs: Invoke-WebRequest -Uri "https://github.com/dotnet/docfx/releases/download/v${env:DOCFXVERSION}/docfx.zip" -OutFile ".tools/docfx/docfx.zip" [System.IO.Compression.ZipFile]::ExtractToDirectory(".tools/docfx/docfx.zip", ".tools/docfx" ) env: - DOCFXVERSION: 2.56.7 + DOCFXVERSION: 2.58 - name: Install .NET OMD Generator run: dotnet tool install --tool-path .tools/omd dotMorten.OmdGenerator --version 1.2.0 @@ -38,7 +38,7 @@ jobs: env: DOCFX_SOURCE_BRANCH_NAME: main run: | - nuget install memberpage -Version 2.56.7 -OutputDirectory docs + nuget install memberpage -Version 2.58.0 -OutputDirectory docs .tools/docfx/docfx.exe metadata docs/docfx.json dotnet build docs/AppliesToGenerator\DocFXAppliesToGenerator.csproj docs/AppliesToGenerator\bin\Debug\netcoreapp3.1\DocFXAppliesToGenerator.exe docs/appliesToList.json