Skip to content

Commit b236334

Browse files
committed
Added .NET 6 to docs generation
1 parent d2a1346 commit b236334

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

.github/workflows/docs.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ on:
1818

1919
jobs:
2020
generate-docs:
21-
21+
2222
runs-on: windows-latest
2323

2424
steps:
2525
- uses: actions/checkout@v2
26-
26+
2727
- name: Setup .NET Core 3.1
2828
uses: actions/setup-dotnet@v1
2929
with:
@@ -33,17 +33,22 @@ jobs:
3333
uses: actions/setup-dotnet@v1
3434
with:
3535
dotnet-version: 5.0.x
36-
36+
37+
- name: Setup .NET 6.0
38+
uses: actions/setup-dotnet@v1
39+
with:
40+
dotnet-version: 6.0.x
41+
3742
- name: Setup DocFX
3843
uses: crazy-max/ghaction-chocolatey@v1
3944
with:
4045
args: install docfx
41-
46+
4247
- name: DocFX Build
4348
working-directory: docs
4449
run: docfx .\docfx.json
4550
continue-on-error: false
46-
51+
4752
- name: Publish
4853
if: github.event_name == 'push'
4954
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)