Bugfix 🐛
We now make sure to auto create documentation on every hub deployment (#529). This means that when deploying to a specific documentation name in a hub with the following parameters:
doc: my-super-doc
hub: my-hub
token: <bump-token>
command: deploy
The deployment will either create a new version on an existing documention if the my-super-doc exists, or create a new documentation named My super doc and deploy a first version on it.
Upgrades
Some minor dependencies upgrades.
Full Changelog: v1.2.0...v1.2.1