We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a1346 commit b236334Copy full SHA for b236334
1 file changed
.github/workflows/docs.yml
@@ -18,12 +18,12 @@ on:
18
19
jobs:
20
generate-docs:
21
-
+
22
runs-on: windows-latest
23
24
steps:
25
- uses: actions/checkout@v2
26
27
- name: Setup .NET Core 3.1
28
uses: actions/setup-dotnet@v1
29
with:
@@ -33,17 +33,22 @@ jobs:
33
34
35
dotnet-version: 5.0.x
36
37
+ - name: Setup .NET 6.0
38
+ uses: actions/setup-dotnet@v1
39
+ with:
40
+ dotnet-version: 6.0.x
41
42
- name: Setup DocFX
43
uses: crazy-max/ghaction-chocolatey@v1
44
45
args: install docfx
46
47
- name: DocFX Build
48
working-directory: docs
49
run: docfx .\docfx.json
50
continue-on-error: false
51
52
- name: Publish
53
if: github.event_name == 'push'
54
uses: peaceiris/actions-gh-pages@v3
0 commit comments