Skip to content

Commit 415a602

Browse files
authored
[ci skip] fix(actions): fix documentation.yml
Signed-off-by: Lala Sabathil <aiko@aitsys.dev>
1 parent 9ebc377 commit 415a602

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)