rossjrw / pr-preview-action

GitHub Action that deploys a pull request preview to GitHub Pages, similar to Vercel and Netlify, and cleans up after itself.
https://github.com/marketplace/actions/deploy-pr-preview
MIT License
255 stars 39 forks source link

Help setting up pr-previews #47

Closed IamShubhamGupto closed 1 year ago

IamShubhamGupto commented 1 year ago

Hey

I am trying to use pr-previews for one of my projects - https://github.com/compressed-sensing/algorithms/pull/11

I want my production website gh-pages branch and preview website preview-{pr-num} branch to be separate as I don't want the original production website to be overwritten whenever I create a pr

I also want multiple prs to have previews available along with the production website running so that we can compare.

Could you help me out? I think its doable with your action but Im struggling to set it up