Skip to content

Commit

Permalink
🎨 docfx_page.yml dotnet workload install
Browse files Browse the repository at this point in the history
  • Loading branch information
Lxy829 committed Nov 16, 2023
1 parent a888f23 commit 4e15865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docfx_page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e15865

Please sign in to comment.