From 4e1586560c03819c22696ed17785246985240822 Mon Sep 17 00:00:00 2001 From: lxy829 <3346435289@qq.com> Date: Thu, 16 Nov 2023 17:21:18 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20docfx=5Fpage.yml=20dotnet=20work?= =?UTF-8?q?load=20install?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docfx_page.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docfx_page.yml b/.github/workflows/docfx_page.yml index 258cc1298..a1f9bde8d 100644 --- a/.github/workflows/docfx_page.yml +++ b/.github/workflows/docfx_page.yml @@ -22,9 +22,9 @@ jobs: with: dotnet-version: 8.0.x - name: Install dependencies - run: "& dotnet restore" + run: "& dotnet workload install" - name: DLL Build - run: "& dotnet build --configuration Release --no-restore" + run: "& dotnet build" - name: Install DocFX run: "& dotnet tool update -g docfx" - name: Build docfx