Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion docs-config/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"exclude": [ "**/bin/**", "**/obj/**" ]
}
],
"dest": "api"
"dest": "api",
"allowCompilationErrors": true
}
],
"build": {
Expand Down
Loading