Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create CI for automating documentation page #10

Open
isadorasophia opened this issue Sep 15, 2023 · 0 comments
Open

Create CI for automating documentation page #10

isadorasophia opened this issue Sep 15, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@isadorasophia
Copy link
Owner

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 at docs\book. We should rather have a GitHub action (or a bot?) that automatically generates the html files.

@isadorasophia isadorasophia added documentation Improvements or additions to documentation enhancement New feature or request labels Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant