Closed frederikprijck closed 11 months ago
DocFX, the tool we use to generate our API docs has made a breaking change in a patch release (2.71.1) that broke our API docs.
Apparently, this is expected and we should change cwd to src.
cwd
src
This also configures auto deployment to GitHub pages because it requires windows to generate the docs.
https://github.com/dotnet/docfx/issues/9311
Changes
DocFX, the tool we use to generate our API docs has made a breaking change in a patch release (2.71.1) that broke our API docs.
Apparently, this is expected and we should change
cwd
tosrc
.This also configures auto deployment to GitHub pages because it requires windows to generate the docs.
References
https://github.com/dotnet/docfx/issues/9311
Checklist