Skip to content

Commit 2a58837

Browse files
committed
CI - fix docFX
1 parent c0df5c2 commit 2a58837

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docfx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
with:
1919
dotnet-version: "7.0.x"
2020
- name: Setup DocFX
21-
run: choco install docfx -y
21+
run: dotnet tool update -g docfx
2222
- name: Build Core
2323
run: dotnet build src/Artemis.Core/Artemis.Core.csproj
2424
- name: Build UI.Shared
2525
run: dotnet build src/Artemis.UI.Shared/Artemis.UI.Shared.csproj
2626
- name: Build DocFX
27-
run: docfx.exe docfx/docfx_project/docfx.json
27+
run: docfx docfx/docfx_project/docfx.json
2828
- name: Upload to FTP
2929
uses: SamKirkland/FTP-Deploy-Action@4.3.2
3030
with:

docfx/docfx_project/docfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"files": [
77
"Artemis.Core/bin/net7.0/Artemis.Core.dll",
8-
"Artemis.UI.Shared/bin/net7.0/Artemis.UI.Shared.dll",
8+
"Artemis.UI.Shared/bin/net7.0/Artemis.UI.Shared.dll"
99
],
1010
"src": "../../src"
1111
}

0 commit comments

Comments
 (0)