How do we deploy binder when the notebook is in repository pushed through Github Action?

Currently, github added support to deploy github pages through the deploy-pages action. This way we dont really have access to a specific link to provide for binder to build and have our notebooks up (our documentation build involves sphinx gallery).
Are you aware of any alternatives other than just creating a gh-pages branch?