Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryTulip committed Feb 5, 2025
1 parent 2932bfe commit bc390e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
run: dotnet tool update -g docfx --version "2.77.0-*" --add-source https://docfx.pkgs.visualstudio.com/docfx/_packaging/docs-public-packages/nuget/v3/index.json

- name: run docfx
run: docfx build --dryRun --exportRawModel
run: docfx build --dryRun

semantic-conventions:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions docfx.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"files": "**/*.{md,png}",
"warningsAsErrors": true
"rules": {
}
}

0 comments on commit bc390e2

Please sign in to comment.