Continuous Integration
The gitbook
CLI can be used in a CI environment to publish the integrations for every commit.
With GitHub Actions
First store an API token created from app.gitbook.com/account/developer into your GitHub repository secrets.
Then in you workflow:
Last updated