Skip to content

Commit

Permalink
🎨 docfx_page.yml setup-dotnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Lxy829 committed Nov 16, 2023
1 parent d7257f7 commit a5e406b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/docfx_page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,13 @@ jobs:
with:
ref: dev8
path: source
- name: DLL Bulid
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: DLL Build
run: "& dotnet build"
working-directory: ./source
- name: Install DocFX
run: "& dotnet tool update -g docfx"
- name: Build docfx
Expand Down

0 comments on commit a5e406b

Please sign in to comment.