1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-12 13:28:33 +00:00

CI - fix docFX

This commit is contained in:
Diogo Trindade 2023-05-12 23:00:30 +01:00
parent c0df5c2caf
commit 2a588375d2
2 changed files with 3 additions and 3 deletions

View File

@ -18,13 +18,13 @@ jobs:
with:
dotnet-version: "7.0.x"
- name: Setup DocFX
run: choco install docfx -y
run: dotnet tool update -g docfx
- name: Build Core
run: dotnet build src/Artemis.Core/Artemis.Core.csproj
- name: Build UI.Shared
run: dotnet build src/Artemis.UI.Shared/Artemis.UI.Shared.csproj
- name: Build DocFX
run: docfx.exe docfx/docfx_project/docfx.json
run: docfx docfx/docfx_project/docfx.json
- name: Upload to FTP
uses: SamKirkland/FTP-Deploy-Action@4.3.2
with:

View File

@ -5,7 +5,7 @@
{
"files": [
"Artemis.Core/bin/net7.0/Artemis.Core.dll",
"Artemis.UI.Shared/bin/net7.0/Artemis.UI.Shared.dll",
"Artemis.UI.Shared/bin/net7.0/Artemis.UI.Shared.dll"
],
"src": "../../src"
}