Skip to content

Commit 4d2c53c

Browse files
committed
ci: updated docs workflow to utilize .Net 8 and .Net 9 to correct build after #162
1 parent 44aa1b4 commit 4d2c53c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
- name: Dotnet Setup
2727
uses: actions/setup-dotnet@v3
2828
with:
29-
dotnet-version: 8.x
29+
dotnet-version: |
30+
8.x
31+
9.x
3032
3133
- run: dotnet tool update -g docfx
3234
- run: docfx ./docfx.json
@@ -37,4 +39,4 @@ jobs:
3739
path: './_site'
3840
- name: Deploy to GitHub Pages
3941
id: deployment
40-
uses: actions/deploy-pages@v4
42+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)