line / line-bot-sdk-php

LINE Messaging API SDK for PHP
https://packagist.org/packages/linecorp/line-bot-sdk
Apache License 2.0
711 stars 642 forks source link

Deploy document on release by github actions #526

Closed Yang-33 closed 1 year ago

Yang-33 commented 1 year ago

https://github.com/line/line-bot-sdk-php/pull/522 tried to update document and push changes to master branch. However it doesn't work because github actions can't push changes to protected branch.

Thanks to https://github.com/actions/deploy-pages, we can deploy & run github pages on release probably. Let's try!