From 13e6c0cd326d10368fc7cb6d68d000383b4f4a01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Pivo=C5=88ka?= Date: Mon, 1 Jan 2024 18:33:43 +0100 Subject: [PATCH] Fix docfx --- .github/workflows/docs.yml | 3 +++ Docs/docfx.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 21fd18c..1f3a11f 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -33,6 +33,9 @@ jobs: uses: actions/setup-dotnet@v2 with: dotnet-version: 8.0.x + + - name: Build + run: dotnet build - run: dotnet tool update -g docfx - run: docfx Docs/docfx.json diff --git a/Docs/docfx.json b/Docs/docfx.json index e8a30f7..00da9e0 100644 --- a/Docs/docfx.json +++ b/Docs/docfx.json @@ -5,7 +5,7 @@ { "src": "../Src", "files": [ - "**.csproj" + "**/bin/Release/**.dll" ] } ],