Skip to content

Commit dd8e003

Browse files
committed
2 parents f7b85de + 7b4d17f commit dd8e003

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@ on:
55
branches:
66
- main
77
paths:
8+
- src/**
89
- docs/**
10+
- .github/workflows/docs.yml
911
pull_request:
1012
branches:
1113
- main
1214
paths:
15+
- src/**
1316
- docs/**
17+
- .github/workflows/docs.yml
1418
workflow_dispatch:
1519

1620
jobs:
@@ -21,10 +25,15 @@ jobs:
2125
steps:
2226
- uses: actions/checkout@v2
2327

24-
- name: Setup .NET
28+
- name: Setup .NET Core 3.1
2529
uses: actions/setup-dotnet@v1
2630
with:
2731
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
2837

2938
- name: Setup DocFX
3039
uses: crazy-max/ghaction-chocolatey@v1

0 commit comments

Comments
 (0)