File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ jobs:
18
18
with :
19
19
dotnet-version : " 7.0.x"
20
20
- name : Setup DocFX
21
- run : choco install docfx -y
21
+ run : dotnet tool update -g docfx
22
22
- name : Build Core
23
23
run : dotnet build src/Artemis.Core/Artemis.Core.csproj
24
24
- name : Build UI.Shared
25
25
run : dotnet build src/Artemis.UI.Shared/Artemis.UI.Shared.csproj
26
26
- name : Build DocFX
27
- run : docfx.exe docfx/docfx_project/docfx.json
27
+ run : docfx docfx/docfx_project/docfx.json
28
28
- name : Upload to FTP
29
29
uses : SamKirkland/FTP-Deploy-Action@4.3.2
30
30
with :
Original file line number Diff line number Diff line change 5
5
{
6
6
"files" : [
7
7
" 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"
9
9
],
10
10
"src" : " ../../src"
11
11
}
You can’t perform that action at this time.
0 commit comments