ci: replace docfx build from container to docfx command

This commit is contained in:
Ikiru Yoshizaki
2025-09-10 17:09:28 +09:00
parent 95998ff3f2
commit 88026ab14a
2 changed files with 24 additions and 8 deletions

13
.config/dotnet-tools.json Normal file
View File

@@ -0,0 +1,13 @@
{
"version": 1,
"isRoot": true,
"tools": {
"docfx": {
"version": "2.78.3",
"commands": [
"docfx"
],
"rollForward": false
}
}
}