From dde3d49aae9b310a6eb81ac5539870e9917500d4 Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Fri, 13 Jun 2025 21:36:55 -0700 Subject: [PATCH] correction to preview url for deployment --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 38ccd7d..4058488 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -39,7 +39,7 @@ jobs: if: github.event_name == 'pull_request' run: | # Update base URL for PR preview - sed -i "s|base_url = \"https://www.softinio.com\"|base_url = \"https://${{ github.head_ref }}.softinio.com\"|" ./config.toml + sed -i "s|base_url = \"https://www.softinio.com\"|base_url = \"https://${{ github.head_ref }}.softinio.pages.dev\"|" ./config.toml nix build nix flake show ls result