TheBoxyBear / charttools

Library for editing Clone Hero song files in .NET
https://theboxybear.github.io/charttools
GNU General Public License v3.0
13 stars 5 forks source link

Regression of GitHub website following .NET 8 migration #62

Closed TheBoxyBear closed 10 months ago

TheBoxyBear commented 10 months ago

The automated deployment process to GitHub Pages using NUnit/docfx-action required the action be updated to version 3.0.0 for .NET 8 support. Doing so also updated DocFx to the latest version which introduces an infinite recursion bug when building. Building locally using the Docs project and its docfx.console package is not affected as the package uses an outdated version of DocFx.

TheBoxyBear commented 10 months ago

Issue has been reported to DocFx maintainers https://github.com/dotnet/docfx/issues/9236#issuecomment-1877725210

filzrev commented 10 months ago

It seems docfx custom template is used for documentation.

As described by latest version of release note. This problem can be fixed by renaming toc.html.tmpl file name to toc.html.primary.tmpl.