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
267 stars 43 forks source link

Clarify repository settings #20

Closed renestalder closed 1 year ago

renestalder commented 1 year ago

To remove any confusion about this being a workflow that uses GitHub Actions to deploy but still is only doing branch tasks under the hood, explicitly mention what Pages Settings apply for this action to work

rossjrw commented 1 year ago

That's interesting, I wasn't even aware of a Github Actions-specific workflow that isn't deploying from a branch. Thanks for the clarification!