Skip to content

Commit 602b010

Browse files
Fix docs GitHub action
1 parent 0354fcf commit 602b010

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Content/.github/workflows/docs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ on:
88
jobs:
99
build:
1010

11-
runs-on: ubuntu-latest
11+
strategy:
12+
matrix:
13+
os: [windows-latest]
14+
dotnet: [3.1.201]
15+
runs-on: ${{ matrix.os }}
1216

1317
steps:
1418
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)