We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 196fbcc commit 4428bdaCopy full SHA for 4428bda
2 files changed
.github/workflows/ci.yml
@@ -227,8 +227,8 @@ jobs:
227
working-directory: ./docs/site
228
run: |
229
dotnet tool install --global docfx --version 2.74.1
230
- docfx metadata
231
- docfx build
+ docfx metadata --logLevel error
+ docfx build --logLevel warning --warningsAsErrors
232
233
dependency-review:
234
runs-on: ubuntu-latest
.github/workflows/docs-deploy.yml
@@ -93,7 +93,7 @@ jobs:
93
94
95
96
97
docfx build
98
99
- name: 🛠️ Deploy to GitHub Pages
0 commit comments