From 05777d3de7b1c8529288238fa19c223976dbafbc Mon Sep 17 00:00:00 2001 From: Enn3Developer Date: Wed, 15 Oct 2025 17:21:34 +0200 Subject: [PATCH] fixed docs ci --- .github/workflows/docs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 9e71854..b3f56b6 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -28,7 +28,8 @@ jobs: - name: Dotnet Setup uses: actions/setup-dotnet@v5 with: - dotnet-version: 8.x + # Use the .NET SDK from global.json in the root of the repository. + global-json-file: global.json - run: dotnet tool update -g docfx - run: |