Create a GitHub action to create and merge updates to the typedocs.
Details
Currently typedoc creation is a manual process which pollutes the PR with dozens of files and detracts from the main work.
This task is to create a GitHub action workflow which is triggered on merges to main which will subsequent update the typedocs and merge them in as a subsequent commit.
Issue
Create a GitHub action to create and merge updates to the typedocs.
Details
Currently typedoc creation is a manual process which pollutes the PR with dozens of files and detracts from the main work.
This task is to create a GitHub action workflow which is triggered on merges to
main
which will subsequent update the typedocs and merge them in as a subsequent commit.As a sketch (not tested):
REF: https://github.com/github-actions-x/commit
There may be better actions on the marketplace - this was just the first one I found on google.
Notes:
_config.yaml
is preserved.make fmt
- some generated files fail thedeno fmt --check
check.make typedoc
command to include--name opine
deno
CLI commands.