cmgriffing / scully-gh-pages-action

MIT License
38 stars 9 forks source link

deploy to another repo? #6

Closed phodal closed 4 years ago

phodal commented 4 years ago

Hi, would you like to support a development repo, and deploy in anthoer repo?

cmgriffing commented 4 years ago

Sorry for the delay. I didn't notice the notification for this issue.

I think you could put the action on the deploy repo and just make PRs to that repo from your development one. That should work just fine.

Blank

phodal commented 4 years ago

In the another way. I don't want to use gh-pages branch in my development repo, so I use another repo for deployment.

here is my dev repo: https://github.com/phodal/ledge/

here is deploy repo: https://github.com/phodal/do/

cmgriffing commented 4 years ago

You don't have to use the gh-pages branch. The default is master which seems like what you want anyway.

See deploy-branch section of the README: https://github.com/cmgriffing/scully-gh-pages-action#knobs--handles

phodal commented 4 years ago

thanks