[chore] Remove docfx as unnecessary (#1008)

This commit is contained in:
Liudmila Molkova 2024-05-06 18:00:53 -07:00 committed by GitHub
parent b6c1c122e6
commit 519bf7d0e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 21 deletions

View File

@ -70,20 +70,6 @@ jobs:
- name: run misspell
run: make misspell
docfx:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- name: install docfx
run: dotnet tool update -g docfx --version "3.0.0-*" --add-source https://docfx.pkgs.visualstudio.com/docfx/_packaging/docs-public-packages/nuget/v3/index.json
- name: run docfx
run: docfx build --dry-run
semantic-conventions:
runs-on: ubuntu-latest
steps:

View File

@ -1,7 +0,0 @@
{
"files": "**/*.{md,png}",
"warningsAsErrors": true,
"rules": {
"link-out-of-scope": "off"
}
}