We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In your gateway-api-docs repository, add the heroku remote:
gateway-api-docs
git remote add heroku https://git.heroku.com/gateway-api-docs.git
You can then deploy the github master branch by making sure it's up to date with git pull, and then doing
git pull
git push heroku master
Any changes, of course, need to be merged into github master and pulled down locally.