Skip to content

Commit

Permalink
Merge pull request #165 from JerrettDavis/main
Browse files Browse the repository at this point in the history
Corrected documentation build after #162 added .NET 9
  • Loading branch information
awaescher authored Jan 9, 2025
2 parents 44aa1b4 + 4d2c53c commit 9a4b969
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
- name: Dotnet Setup
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.x
dotnet-version: |
8.x
9.x
- run: dotnet tool update -g docfx
- run: docfx ./docfx.json
Expand All @@ -37,4 +39,4 @@ jobs:
path: './_site'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4

0 comments on commit 9a4b969

Please sign in to comment.