From 6c7405a63bb1d297f19dbda46b1a76accdabb321 Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Fri, 13 Jun 2025 21:41:15 -0700 Subject: [PATCH] feat: add preview URL output to GitHub Actions workflow Display the preview URL in build logs for easier access during PR reviews --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4058488..e485e37 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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'