Skip to content

Commit b8c85b7

Browse files
authored
ci: use choco docfx on windows
1 parent 214eec8 commit b8c85b7

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.github/workflows/release.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,17 @@ jobs:
2525
dotnet-version: '6.0.x'
2626
- name: Build project
2727
run: dotnet build -f netstandard2.0 src/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj
28-
- uses: nikeee/[email protected]
29-
name: Build Documentation
30-
with:
31-
args: docs/help/docfx.json
28+
29+
# - uses: nikeee/[email protected]
30+
# name: Build Documentation
31+
# with:
32+
# args: docs/help/docfx.json
33+
34+
- name: Install docfx
35+
run: choco install docfx
36+
37+
- name: Build Documentation
38+
run: docfx docs/help/docsfx.json --warningsAsErrors
3239

3340
- uses: JamesIves/[email protected]
3441
name: Publish documentation to Github Pages

0 commit comments

Comments
 (0)