auth0 / auth0-oidc-client-net

OIDC Client for .NET Desktop and Mobile applications
https://auth0.github.io/auth0-oidc-client-net/
Apache License 2.0
84 stars 48 forks source link

Fix API docs #310

Closed frederikprijck closed 8 months ago

frederikprijck commented 8 months ago

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 to src.

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