Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduces pull request previews using `rossjrw/pr-preview-action`. This new workflow enables us to review both visual and functional changes before merging. The preview functionality work in the following manner: 1. **Triggering a Preview**: Whenever a pull request is either opened, re-opened, or updated, the contents of the `public` directory are copied under `pr-preview/pr-${github.ref}` located in the `gh-pages` branch. 2. **Cleaning Up**: Once a pull request is closed, the corresponding preview folder (specific to the closed pull request) is deleted.
- Loading branch information