Skip to content

Commit

Permalink
Ahem.. Docs site upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcondon committed Jan 2, 2024
1 parent 82bb4e2 commit 9f28289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/DeployDocsToGitHubPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
dotnet-version: '8.x'

- name: Publish Documentation Project to 'release' folder
run: dotnet publish src/FlUnit.Documentation/FlUnit.Documentation.csproj -c Release -o release --nologo
Expand Down

0 comments on commit 9f28289

Please sign in to comment.