From 9f28289a33326c626f85a8ac741b48342f5fa140 Mon Sep 17 00:00:00 2001 From: Simon Condon Date: Tue, 2 Jan 2024 21:19:58 +0000 Subject: [PATCH] Ahem.. Docs site upgrade. --- .github/workflows/DeployDocsToGitHubPages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/DeployDocsToGitHubPages.yml b/.github/workflows/DeployDocsToGitHubPages.yml index f69b228..ee2a9be 100644 --- a/.github/workflows/DeployDocsToGitHubPages.yml +++ b/.github/workflows/DeployDocsToGitHubPages.yml @@ -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