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'