mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-12 13:28:33 +00:00
Merge branch 'master' into development
This commit is contained in:
commit
24a241f91f
4
.github/workflows/docfx.yml
vendored
4
.github/workflows/docfx.yml
vendored
@ -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:
|
||||
|
||||
@ -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"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user