paulcnova/C# Documentation Generator

This action generates a static html documentation for C# projects.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
build-tasksThe list of commands used to build the project prior to generating html documents.yes
cleanup-tasksThe list of commands used to clean up any building of project after generating html documents.no
binariesThe list of binaries used to look into, must be named the same as the xml documentation.yes
user-nameThe name of the user who will commit.noC# Document Generator
user-emailThe email of the user who will commit.nocsharp.doc.gen@gmail.com
templateThe name of the template to use to generate the webpages from.nodefault
template-uris-jsonThe json to get all the template files used to generate the documentation.no
project-details-jsonThe json file that contains the details of the project, used for header and footer information.no
output-pathThe output path of the generated documents.nodocs/api/
branch-nameThe name of the branch that the generation will commit to (if not specified it will commit to the current branch).no
commit-messageThe message of the commit that the generation will perform.noAutomated creation of documentation
output-extensionThe output extension that every file built will contain.no.html
include-privateSet to true to include all the privates types and members.false
skip-gitSet to true to completely skip the git pushing process. Only set to true if the one of the next process in the action is to push to git (from another action/library).false

no outputs