feat: add preview URL output to GitHub Actions workflow

Display the preview URL in build logs for easier access during PR reviews
This commit is contained in:
Salar Rahmanian 2025-06-13 21:41:15 -07:00
parent dde3d49aae
commit 6c7405a63b

View file

@ -43,6 +43,7 @@ jobs:
nix build
nix flake show
ls result
echo "Preview URL: https://${{ github.head_ref }}.softinio.pages.dev"
- name: Deploy to Cloudflare Pages (pull request)
if: github.event_name == 'pull_request'