Skip to content

Commit

Permalink
Fix docfx
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBang1112 committed Jan 1, 2024
1 parent 9238cd0 commit 13e6c0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
uses: actions/setup-dotnet@v2
with:
dotnet-version: 8.0.x

- name: Build
run: dotnet build

- run: dotnet tool update -g docfx
- run: docfx Docs/docfx.json
Expand Down
2 changes: 1 addition & 1 deletion Docs/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"src": "../Src",
"files": [
"**.csproj"
"**/bin/Release/**.dll"
]
}
],
Expand Down

0 comments on commit 13e6c0c

Please sign in to comment.