bump-sh / github-action

GitHub action to deploy your API documentation on Bump
https://bump.sh
MIT License
42 stars 9 forks source link

inputs: make the `doc` parameter optional #485

Closed paulRbr closed 8 months ago

paulRbr commented 8 months ago

The GH action doc: input parameter should be optional.

Indeed, since we introduced the directory deploy for Hubs in the CLI, the --doc parameter became optional for hubs deployments.

This PR makes sure the doc input of the GitHub action is also optional to be able to deploy a whole directory to a Bump.sh Hub from the GitHub action too.