Skip to content

Commit 6d8a5d7

Browse files
committed
Confirm Blazor still works on CI.
1 parent 68c179d commit 6d8a5d7

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
repository: ServiceStack/ServiceStack
6363
path: ServiceStack
64-
- name: Change docfx.json path so github links work
64+
- name: Change docfx.json path for CI
6565
run: |
6666
sed -i 's|../ServiceStack/ServiceStack|./ServiceStack/ServiceStack|g' docfx.json
6767
- name: Build docs

docfx.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@
99
"**/bin/**",
1010
"**/obj/**"
1111
]
12-
},
13-
{
14-
"files": ["*/*.csproj"],
15-
"src": "../ServiceStack/ServiceStack.Redis/src/",
16-
"exclude": [
17-
"**/bin/**",
18-
"**/obj/**"
19-
]
2012
}
2113
],
2214
"dest": "api",

0 commit comments

Comments
 (0)