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

docs: add add force:false to full example #83

Closed erikwrede closed 4 months ago

erikwrede commented 4 months ago

The description above mentions using force:false is recommended when using the deploy action together with the preview action. I've modified the example to also reflect this recommendation.

rossjrw commented 4 months ago

Nice catch, thanks for the contribution!