diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 575ec6dbe..62d5b5ac2 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -43,7 +43,7 @@ jobs: - name: Install docfx run: | - dotnet tool update -g docfx --version 2.65.0 + dotnet tool update -g docfx --version 2.67.5 # Build docs - name: Build documentation diff --git a/JotunnLib/docfx.json b/JotunnLib/docfx.json index 946d441e4..facd3d207 100644 --- a/JotunnLib/docfx.json +++ b/JotunnLib/docfx.json @@ -16,7 +16,8 @@ "shouldSkipMarkup": true, "filter": "docfxFilter.yml", "dest": "Documentation/api", - "memberLayout": "separatePages" + "memberLayout": "separatePages", + "allowCompilationErrors": true } ], "build": {