Skip to content

Commit 6a09b5b

Browse files
committed
Further modified the docfx-publish yaml action file to handle the new docfx source of a compiled assembly.
1 parent 233b661 commit 6a09b5b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docfx-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ jobs:
3030
with:
3131
dotnet-version: 9.x
3232

33+
- run: dotnet restore Source/KZDev.PerfUtils.sln
34+
- run: dotnet build -c Release Source/KZDev.PerfUtils.sln
3335
- run: dotnet tool update -g docfx
34-
- run: dotnet build -c Release --no-incremental Source/KZDev.PerfUtils.sln
3536
- run: docfx Source/Docs/docfx.json
3637

3738
- name: Upload artifact

0 commit comments

Comments
 (0)