Currently when executing the CLI command for a method, if the command fails then the generator will exit. This breaks the daily deployment to the public api-docs site until the issue is resolved in the source repo.
This PR changes the behavior to log the error instead of exiting. The CLI output won't be displayed on the site, but at least the deployment can proceed.
Currently when executing the CLI command for a method, if the command fails then the generator will exit. This breaks the daily deployment to the public api-docs site until the issue is resolved in the source repo.
Example: https://github.com/lightninglabs/corpsite-dev/actions/runs/5720928238/job/15501697900
This PR changes the behavior to log the error instead of exiting. The CLI output won't be displayed on the site, but at least the deployment can proceed.