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 b6c1c12 commit ca79b2cCopy full SHA for ca79b2c
.github/workflows/checks.yml
@@ -70,20 +70,6 @@ jobs:
70
- name: run misspell
71
run: make misspell
72
73
- docfx:
74
- runs-on: ubuntu-latest
75
- steps:
76
- - uses: actions/checkout@v2
77
- - uses: actions/setup-dotnet@v1
78
- with:
79
- dotnet-version: 6.0.x
80
-
81
- - name: install docfx
82
- 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
83
84
- - name: run docfx
85
- run: docfx build --dry-run
86
87
semantic-conventions:
88
runs-on: ubuntu-latest
89
steps:
docfx.json
0 commit comments