File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -14,36 +14,20 @@ jobs:
1414 steps :
1515 - name : Checkout current project
1616 uses : actions/checkout@v3
17- with :
18- token : ${{ secrets.GITHUB_TOKEN }}
19- path : DisCatSharp.Extensions
20- - name : Checkout dcs repository
21- uses : actions/checkout@v3
22- with :
23- repository : Aiko-IT-Systems/DisCatSharp
24- token : ${{ secrets.GITHUB_TOKEN }}
25- path : DisCatSharp
2617 - name : Setup .NET
2718 uses : actions/setup-dotnet@v3.0.3
2819 with :
2920 dotnet-version : 6.x
3021 - name : Git fetch unshallow
3122 run : git fetch --unshallow
32- working-directory : DisCatSharp.Extensions
33- - name : Remove additional projects
34- run : dotnet sln remove ../Nyaw/Nyaw/Nyaw.csproj
35- working-directory : DisCatSharp.Extensions
3623 - name : Restore packages
3724 run : dotnet restore
38- working-directory : DisCatSharp.Extensions
3925 - name : Build library
4026 run : dotnet build -c Release
41- working-directory : DisCatSharp.Extensions
4227 continue-on-error : true
4328 - name : Build Docs
4429 shell : pwsh
45- run : ./rebuild-docs.ps1 -DocsPath "./DisCatSharp.Extensions.Docs" -Output ".." -PackageName "dcs-ext-docs"
46- working-directory : DisCatSharp.Extensions
30+ run : ./rebuild-docs.ps1 -DocsPath "./DisCatSharp.Extensions.Docs" -Output "." -PackageName "dcs-ext-docs"
4731 - name : Upload packed docs
4832 uses : actions/upload-artifact@v3
4933 with :
You can’t perform that action at this time.
0 commit comments