Skip to content

Commit

Permalink
[chore] Remove docfx as unnecessary (#1008)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova authored May 7, 2024
1 parent b6c1c12 commit 519bf7d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
7 changes: 0 additions & 7 deletions docfx.json

This file was deleted.

0 comments on commit 519bf7d

Please sign in to comment.