Free Fixed URL to your latest Vercel preview with GitHub Actions
On small scale projects hosted on Vercel, it can be useful to have a fixed URL that always points to the latest preview
deployment. One can easily achieve this - at no cost! - using GitHub Actions’ repository_dispatch
events emitted by
Vercel, as well as the Vercel CLI, to create a free Vercel custom domain upon successful deployment to your Preview
environment.