Skip to content

Commit

Permalink
fix: allow docfx compilation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
MSchmoecker committed Jul 21, 2023
1 parent f84f71d commit 8654787
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion JotunnLib/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"shouldSkipMarkup": true,
"filter": "docfxFilter.yml",
"dest": "Documentation/api",
"memberLayout": "separatePages"
"memberLayout": "separatePages",
"allowCompilationErrors": true
}
],
"build": {
Expand Down

0 comments on commit 8654787

Please sign in to comment.