From d93aa1e5ea061a5eabac0fb7aef188a83b1186af Mon Sep 17 00:00:00 2001 From: WAYN-Games Date: Sat, 13 Sep 2025 21:35:48 +0200 Subject: [PATCH] docs --- .github/workflows/static.yml | 8 +------- docs-config/docfx.json | 3 ++- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index da8bced..2aede43 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -33,16 +33,10 @@ jobs: run: pip install mkdocs mkdocs-material mkdocs-static-i18n - name: Dotnet Setup - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: 8.x - - name: Build Unity project (generate DLLs and XML docs) - uses: game-ci/unity-builder@v3 - with: - unityVersion: 2022.3.0f1 - targetPlatform: StandaloneLinux64 - - name: Install DocFX run: dotnet tool update -g docfx diff --git a/docs-config/docfx.json b/docs-config/docfx.json index 56ff5c0..60a7e6c 100644 --- a/docs-config/docfx.json +++ b/docs-config/docfx.json @@ -8,7 +8,8 @@ "exclude": [ "**/bin/**", "**/obj/**" ] } ], - "dest": "api" + "dest": "api", + "allowCompilationErrors": true } ], "build": {