Skip to content

Commit 7b6d1d8

Browse files
authored
fix docfx (#1426)
1 parent 4222eb6 commit 7b6d1d8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/docfx.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
uses: actions/setup-dotnet@v3
3434
with:
3535
dotnet-version: |
36-
5.0.x
3736
6.0.x
37+
7.0.x
3838
3939
- name: Build
4040
run: dotnet build

doc/docfx.json

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
"src": [
55
{
66
"files": [
7-
"KubernetesClient.Basic/bin/Debug/netstandard2.0/KubernetesClient.Basic.dll",
8-
"KubernetesClient.Models/bin/Debug/netstandard2.0/KubernetesClient.Models.dll",
97
"KubernetesClient/KubernetesClient.csproj"
108
],
119
"src": "../src"

0 commit comments

Comments
 (0)