We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68c179d commit 6d8a5d7Copy full SHA for 6d8a5d7
2 files changed
.github/workflows/static.yml
@@ -61,7 +61,7 @@ jobs:
61
with:
62
repository: ServiceStack/ServiceStack
63
path: ServiceStack
64
- - name: Change docfx.json path so github links work
+ - name: Change docfx.json path for CI
65
run: |
66
sed -i 's|../ServiceStack/ServiceStack|./ServiceStack/ServiceStack|g' docfx.json
67
- name: Build docs
docfx.json
@@ -9,14 +9,6 @@
9
"**/bin/**",
10
"**/obj/**"
11
]
12
- },
13
- {
14
- "files": ["*/*.csproj"],
15
- "src": "../ServiceStack/ServiceStack.Redis/src/",
16
- "exclude": [
17
- "**/bin/**",
18
- "**/obj/**"
19
- ]
20
}
21
],
22
"dest": "api",
0 commit comments