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.
2 parents f7b85de + 7b4d17f commit dd8e003Copy full SHA for dd8e003
1 file changed
.github/workflows/docs.yml
@@ -5,12 +5,16 @@ on:
5
branches:
6
- main
7
paths:
8
+ - src/**
9
- docs/**
10
+ - .github/workflows/docs.yml
11
pull_request:
12
13
14
15
16
17
18
workflow_dispatch:
19
20
jobs:
@@ -21,10 +25,15 @@ jobs:
21
25
steps:
22
26
- uses: actions/checkout@v2
23
27
24
- - name: Setup .NET
28
+ - name: Setup .NET Core 3.1
29
uses: actions/setup-dotnet@v1
30
with:
31
dotnet-version: 3.1.x
32
+
33
+ - name: Setup .NET 5.0
34
+ uses: actions/setup-dotnet@v1
35
+ with:
36
+ dotnet-version: 5.0.x
37
38
- name: Setup DocFX
39
uses: crazy-max/ghaction-chocolatey@v1
0 commit comments