Hi.
Zola + Github Actions work fine for normal deployments of https://arewegameyet.com
and https://rust-gamedev.github.io
, but we’d like to add Netlify’s PR preview deployments to our GA pipeline. I’m not sure how to achieve this: actions like https://github.com/marketplace/actions/netlify-actions work almost fine, but I don’t see how to get the deploy URL before the deployment step is done.
Any ideas?