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": {