You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So it outputs the md files at docs\src and the html files at docs\book. We should rather have a GitHub action (or a bot?) that automatically generates the html files.
The text was updated successfully, but these errors were encountered:
Currently, I manually run in my machine:
dotnet build Murder.sln .\tools\dotnet2md.ps1 ..\src\Murder\bin\Debug\net7.0 tools\publish.ps1
So it outputs the md files at
docs\src
and the html files atdocs\book
. We should rather have a GitHub action (or a bot?) that automatically generates the html files.The text was updated successfully, but these errors were encountered: